Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop/dotnet80 #573

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Ignore CA1510, API not in NETSTANDARD
  • Loading branch information
TrevorPilley committed Nov 21, 2023
commit 359c2a37860ae2590d28365a363241287d3fa25a
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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