3 public static class AsynchronousBusinessRuleInheritingFromBusinessRuleAnalyzerConstants
5 public const string Title =
"Find Asynchronous Business Rules That Do Not Derive From BusinessRuleAsync";
6 public const string Message =
"Asynchronous business rules should derive from BusinessRuleAsync";
9 public static class AsynchronousBusinessRuleInheritingFromBusinessRuleChangeToBusinessRuleAsyncCodeFixConstants
11 public const string UpdateToAsyncEquivalentsDescription =
"Update base type to asynchronous equivalents";