Skip to content

Commit b394803

Browse files
authored
fix: Support for NetEvolve.Arguments Methods (#48)
1 parent 8392b3f commit b394803

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NetEvolve.Defaults/configurations/editorconfig.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,6 @@ dotnet_diagnostic.SA1504.severity = none
277277
dotnet_diagnostic.SA1515.severity = none
278278
dotnet_diagnostic.SA1516.severity = none
279279

280+
# Support for NetEvolve.Arguments Methods
281+
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1062#null-check-validation-methods
282+
dotnet_code_quality.CA1062.null_check_validation_methods = M:NetEvolve.Arguments.Argument.ThrowIfNull(System.Object,System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNull(System.Void*,System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNullOrEmpty(System.String,System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNullOrEmpty``1(System.Collections.Generic.IEnumerable{``0},System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNullOrWhiteSpace(System.String,System.String)

0 commit comments

Comments
 (0)