Skip to content

Commit 58284d6

Browse files
authored
Update global.json (#1240)
1 parent 2eec748 commit 58284d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,13 @@ dotnet_diagnostic.CA2208.severity = none
557557

558558
#### Roslyn IDE analyser rules ####
559559

560+
# IDE0028: Simplify collection initialization; and
561+
# IDE0305: Simplify collection initialization
562+
#
563+
# Temporarily suppressing collection expression recommendations coming from .NET 8 SDK
564+
dotnet_diagnostic.IDE0028.severity = none
565+
dotnet_diagnostic.IDE0305.severity = none
566+
560567
# IDE0032: Use auto-implemented property
561568
#
562569
# For performance reasons, we do not always want to enforce the use of

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "7.0.403",
4-
"rollForward": "disable"
4+
"rollForward": "latestMajor"
55
}
66
}

0 commit comments

Comments
 (0)