Skip to content

Commit 0657225

Browse files
authored
Set IDE0031 to suggestion in eng/CodeAnalysis.src.globalconfig (#119755)
1 parent 7fc469a commit 0657225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/CodeAnalysis.src.globalconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ dotnet_diagnostic.IDE0029.severity = warning
16671667
dotnet_diagnostic.IDE0030.severity = warning
16681668

16691669
# IDE0031: Use null propagation
1670-
dotnet_diagnostic.IDE0031.severity = warning
1670+
dotnet_diagnostic.IDE0031.severity = suggestion
16711671

16721672
# IDE0032: Use auto property
16731673
dotnet_diagnostic.IDE0032.severity = silent

0 commit comments

Comments
 (0)