Skip to content

Commit

Permalink
Ignore CA1510, API not in NETSTANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Nov 20, 2023
1 parent 4a551b0 commit 434d594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ dotnet_diagnostic.CA1305.severity = error
# CA1310: Specify StringComparison for correctness
dotnet_diagnostic.CA1310.severity = error

# CA1510: Use ArgumentNullException throw helper
dotnet_diagnostic.CA1510.severity = none

# SA1101: Prefix local calls with this
dotnet_diagnostic.SA1101.severity = none

Expand Down

0 comments on commit 434d594

Please sign in to comment.