File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ dotnet_diagnostic.CA1055.severity = none # Uri return values should not b
263
263
dotnet_diagnostic.CA1056.severity = none # Uri properties should not be strings
264
264
dotnet_diagnostic.CA1060.severity = none # Move P/Invokes to NativeMethods class
265
265
dotnet_diagnostic.CA1062.severity = none # Validate arguments of public methods
266
- dotnet_diagnostic.CA1063.severity = warning # Implement IDisposable Correctly
266
+ dotnet_diagnostic.CA1063.severity = none # Implement IDisposable Correctly: https://github.com/dotnet/roslyn-analyzers/issues/4801
267
267
dotnet_diagnostic.CA1064.severity = none # Exceptions should be public
268
268
dotnet_diagnostic.CA1065.severity = none # Do not raise exceptions in unexpected locations
269
269
dotnet_diagnostic.CA1066.severity = none # Type {0} should implement IEquatable<T> because it overrides Equals
You can’t perform that action at this time.
0 commit comments