Skip to content

Commit

Permalink
Update global.json (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Hague authored Nov 16, 2023
1 parent 2eec748 commit 58284d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,13 @@ dotnet_diagnostic.CA2208.severity = none

#### Roslyn IDE analyser rules ####

# IDE0028: Simplify collection initialization; and
# IDE0305: Simplify collection initialization
#
# Temporarily suppressing collection expression recommendations coming from .NET 8 SDK
dotnet_diagnostic.IDE0028.severity = none
dotnet_diagnostic.IDE0305.severity = none

# IDE0032: Use auto-implemented property
#
# For performance reasons, we do not always want to enforce the use of
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.403",
"rollForward": "disable"
"rollForward": "latestMajor"
}
}

0 comments on commit 58284d6

Please sign in to comment.