mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
Disable CA2225 warning regarding operator overloads
This commit is contained in:
parent
ff0dec3dd9
commit
6358f4a661
@ -191,4 +191,7 @@ dotnet_diagnostic.IDE0052.severity = silent
|
|||||||
#Rules for disposable
|
#Rules for disposable
|
||||||
dotnet_diagnostic.IDE0067.severity = none
|
dotnet_diagnostic.IDE0067.severity = none
|
||||||
dotnet_diagnostic.IDE0068.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
|
Loading…
x
Reference in New Issue
Block a user