diff --git a/.editorconfig b/.editorconfig index f41b2c17e4..f5fc340cad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -214,6 +214,9 @@ dotnet_diagnostic.IDE0017.severity = silent # IDE0045: 'if' statement can be simplified dotnet_diagnostic.IDE0045.severity = silent +# IDE0031: Null check can be simplified +dotnet_diagnostic.IDE0031.severity = silent + # IDE0046: 'if' statement can be simplified dotnet_diagnostic.IDE0046.severity = silent @@ -230,6 +233,9 @@ dotnet_diagnostic.IDE0065.severity = silent # IDE0072: Populate switch dotnet_diagnostic.IDE0072.severity = silent +# IDE0074: Use compound assignment +dotnet_diagnostic.IDE0074.severity = silent + # IDE0083: Use pattern matching dotnet_diagnostic.IDE0083.severity = silent diff --git a/eng/Versions.props b/eng/Versions.props index fbfc1a9660..b0c3d1a913 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,7 +16,7 @@ 3.3.4 beta1 - 7.0.1 + 7.0.2 preview1 $(VersionPrefix) true - 4.3.0-2.final + 4.4.0 $(MicrosoftNETCoreCompilersPackageVersion) $(MicrosoftNETCoreCompilersPackageVersion) diff --git a/global.json b/global.json index 9a3f907ec7..57b3d34d10 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100-rc.1.22431.12", + "dotnet": "7.0.202", "runtimes": { "dotnet": [ "3.1.7" @@ -12,7 +12,7 @@ "xcopy-msbuild": "16.10.0-preview2" }, "sdk": { - "version": "7.0.100-rc.1.22431.12", + "version": "7.0.202", "allowPrerelease": true, "rollForward": "patch" }, diff --git a/src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif b/src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif index 7518811391..bf7a1cf66a 100644 --- a/src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif +++ b/src/NetAnalyzers/Microsoft.CodeAnalysis.NetAnalyzers.sarif @@ -5,7 +5,7 @@ { "tool": { "name": "Microsoft.CodeAnalysis.CSharp.NetAnalyzers", - "version": "7.0.1", + "version": "7.0.2", "language": "en-US" }, "rules": { @@ -538,7 +538,7 @@ { "tool": { "name": "Microsoft.CodeAnalysis.NetAnalyzers", - "version": "7.0.1", + "version": "7.0.2", "language": "en-US" }, "rules": { @@ -5815,7 +5815,7 @@ { "tool": { "name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers", - "version": "7.0.1", + "version": "7.0.2", "language": "en-US" }, "rules": {