We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff9bb commit e7bd2a4Copy full SHA for e7bd2a4
XrmPluginCore.Tests.Context/.editorconfig
@@ -1,9 +1,15 @@
1
# C# files
2
[*.cs]
3
4
-# CS8603: Possible null reference return.
+# CS8603: Possible null reference return
5
dotnet_diagnostic.CS8603.severity = none
6
7
+# CS8602: Dereference of a possible null reference
8
+dotnet_diagnostic.CS8602.severity = none
9
+
10
+# CS1572: XML comment has a param tag for 'parameter' but there is no parameter by that name
11
+dotnet_diagnostic.CS1572.severity = none
12
13
# IDE0130: Namespace does not match folder structure
14
dotnet_diagnostic.IDE0130.severity = none
15
0 commit comments