You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Not enforced as a build 'warning' for 'VisualStudio' layer due to large number of false positives from https://github.com/dotnet/roslyn-analyzers/issues/3857 and https://github.com/dotnet/roslyn-analyzers/issues/3858
305
305
# Additionally, there is a risk of accidentally breaking an internal API that partners rely on though IVT.
306
-
dotnet_diagnostic.CA1822.severity = suggestion
306
+
dotnet_diagnostic.CA1822.severity = suggestion
307
+
308
+
[test/**/*.cs]
309
+
# MSML_GeneralName: This name should be PascalCased
0 commit comments