Skip to content

Commit d061b76

Browse files
authored
Merge pull request #6326 from Youssef1313/patch-22
Remove comment about param-null checking feature that was dropped
2 parents ef9ce5e + ddaad45 commit d061b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/QualityGuidelines/ValidateArgumentsOfPublicMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public sealed class ValidateArgumentsOfPublicMethods : DiagnosticAnalyzer
2626
CreateLocalizableResourceString(nameof(ValidateArgumentsOfPublicMethodsTitle)),
2727
CreateLocalizableResourceString(nameof(ValidateArgumentsOfPublicMethodsMessage)),
2828
DiagnosticCategory.Design,
29-
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.
29+
RuleLevel.Disabled,
3030
description: CreateLocalizableResourceString(nameof(ValidateArgumentsOfPublicMethodsDescription)),
3131
isPortedFxCopRule: true,
3232
isDataflowRule: true);

0 commit comments

Comments
 (0)