Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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