We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6826d7f commit 6a7b960Copy full SHA for 6a7b960
XrmPluginCore.Tests/.editorconfig
@@ -1,4 +1,5 @@
1
# C# files
2
[*.cs]
3
4
-dotnet_diagnostic.CS0618.severity = none # Suppress 'obsolete' warnings for test project
+dotnet_diagnostic.CS0618.severity = none # Suppress 'obsolete' warnings for test project
5
+dotnet_diagnostic.CA1707.severity = none # Suppress 'identifiers should not contain underscores' warnings for test project
0 commit comments