Skip to content

Commit

Permalink
Disable CA2225 warning regarding operator overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
swoolcock committed Aug 20, 2020
1 parent ff0dec3 commit 6358f4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,7 @@ dotnet_diagnostic.IDE0052.severity = silent
#Rules for disposable
dotnet_diagnostic.IDE0067.severity = none
dotnet_diagnostic.IDE0068.severity = none
dotnet_diagnostic.IDE0069.severity = none
dotnet_diagnostic.IDE0069.severity = none

#Disable operator overloads requiring alternate named methods
dotnet_diagnostic.CA2225.severity = none

0 comments on commit 6358f4a

Please sign in to comment.