Skip to content

Commit 1137817

Browse files
authored
Merge pull request #4171 from Particular/GitHubSync-20240515-201556
GitHubSync update - release-4.33
2 parents 9c0d057 + 46095ec commit 1137817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ dotnet_diagnostic.IDE0079.severity = error
241241
dotnet_remove_unnecessary_suppression_exclusions = none
242242

243243
dotnet_diagnostic.IDE0080.severity = error
244-
dotnet_diagnostic.IDE0100.severity = error
244+
# Change IDE0100 to suggestion until 8.0.300 SDK works in VS and we can decide how to fix the errors
245+
dotnet_diagnostic.IDE0100.severity = suggestion
245246
dotnet_diagnostic.IDE0110.severity = error
246247

247248

0 commit comments

Comments
 (0)