Skip to content

Commit

Permalink
Merge pull request #6326 from Youssef1313/patch-22
Browse files Browse the repository at this point in the history
Remove comment about param-null checking feature that was dropped
  • Loading branch information
mavasani authored Dec 10, 2022
2 parents ef9ce5e + ddaad45 commit d061b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class ValidateArgumentsOfPublicMethods : DiagnosticAnalyzer
CreateLocalizableResourceString(nameof(ValidateArgumentsOfPublicMethodsTitle)),
CreateLocalizableResourceString(nameof(ValidateArgumentsOfPublicMethodsMessage)),
DiagnosticCategory.Design,
RuleLevel.Disabled, // After C# 9, the only recommended way to do this would be using the ! Operator and we can switch this to IDE Suggestion.
RuleLevel.Disabled,
description: CreateLocalizableResourceString(nameof(ValidateArgumentsOfPublicMethodsDescription)),
isPortedFxCopRule: true,
isDataflowRule: true);
Expand Down

0 comments on commit d061b76

Please sign in to comment.