UnconditionalSuppressMessageAttribute sealed class UnconditionalSuppressMessageAttribute : Attribute Documentation Code public string Category { get; } public string CheckId { get; } public string Justification { get; set; } public string MessageId { get; set; } public string Scope { get; set; } public string Target { get; set; } public UnconditionalSuppressMessageAttribute(string category, string checkId)