Skip to content

Commit e7bd2a4

Browse files
committed
BUILD: Remove warnings in generated context code
1 parent 3dff9bb commit e7bd2a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

XrmPluginCore.Tests.Context/.editorconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# C# files
22
[*.cs]
33

4-
# CS8603: Possible null reference return.
4+
# CS8603: Possible null reference return
55
dotnet_diagnostic.CS8603.severity = none
66

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+
713
# IDE0130: Namespace does not match folder structure
814
dotnet_diagnostic.IDE0130.severity = none
915

0 commit comments

Comments
 (0)