diff --git a/global.json b/global.json index cc23d25..d3d319a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.303", + "version": "8.0.401", "rollForward": "latestMinor", "allowPrerelease": false } diff --git a/src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig b/src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig index 544937a..c4990ab 100644 --- a/src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig +++ b/src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig @@ -505,6 +505,11 @@ dotnet_diagnostic.IDE0304.severity = suggestion # Enabled: True, Severity: silent dotnet_diagnostic.IDE0305.severity = suggestion +# IDE0320: Make anonymous function static +# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0320 +# Enabled: True, Severity: silent +dotnet_diagnostic.IDE0320.severity = silent + # IDE1005: Delegate invocation can be simplified. # Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1005 # Enabled: True, Severity: silent diff --git a/tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj b/tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj index ab70efc..21cb0ba 100644 --- a/tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj +++ b/tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj @@ -9,11 +9,11 @@ - - - - - + + + + +