From 55ba72ee5c127caa42df7160b263a87058a66383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Tue, 27 Aug 2024 11:41:27 -0400 Subject: [PATCH] Update dependencies --- global.json | 2 +- ...icrosoft.CodeAnalysis.CSharp.CodeStyle.editorconfig | 5 +++++ .../ConfigurationFilesGenerator.csproj | 10 +++++----- 3 files changed, 11 insertions(+), 6 deletions(-) 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 @@ - - - - - + + + + +