Skip to content

Commit bfda384

Browse files
authored
Merge pull request #1399 from Particular/GitHubSync-20240515-201005
GitHubSync update - release-7.0
2 parents 9f670af + dd82065 commit bfda384

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)