diff --git a/.editorconfig b/.editorconfig index 1ff2a060cb0..e64a0519df7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -410,8 +410,10 @@ dotnet_diagnostic.IDE0290.severity = suggestion # Collection initialization can be simplified dotnet_diagnostic.IDE0300.severity = suggestion +dotnet_diagnostic.IDE0303.severity = suggestion dotnet_diagnostic.IDE0301.severity = suggestion dotnet_diagnostic.IDE0305.severity = suggestion +dotnet_diagnostic.IDE0306.severity = suggestion # Temporarily disable SA1010 "Opening square brackets should not be preceded by a space" until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3687 is fixed dotnet_diagnostic.SA1010.severity = none @@ -445,4 +447,4 @@ dotnet_diagnostic.xUnit1031.severity = none # However to fix the warning for collections with 1 elements we should use Assert.Single() instead of Assert.Equal(1, collection.Count) # The latter brings incosistency in the codebase and some times in one test case. # So we are disabling this rule with respect to the above mentioned reasons. -dotnet_diagnostic.xUnit2013.severity = none \ No newline at end of file +dotnet_diagnostic.xUnit2013.severity = none diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 157bc663550..5d1da9e0a4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,19 +71,19 @@ - + https://github.com/dotnet/arcade - 1c7e09a8d9c9c9b15ba574cd6a496553505559de + b41381d5cd633471265e9cd72e933a7048e03062 - + https://github.com/dotnet/arcade - 1c7e09a8d9c9c9b15ba574cd6a496553505559de + b41381d5cd633471265e9cd72e933a7048e03062 - + https://github.com/dotnet/arcade - 1c7e09a8d9c9c9b15ba574cd6a496553505559de + b41381d5cd633471265e9cd72e933a7048e03062 https://github.com/nuget/nuget.client @@ -98,9 +98,9 @@ f86856dda7a9acbe86f2bbf356420596d9d72c23 - + https://github.com/dotnet/arcade - 1c7e09a8d9c9c9b15ba574cd6a496553505559de + b41381d5cd633471265e9cd72e933a7048e03062 diff --git a/eng/Versions.props b/eng/Versions.props index e436812d265..918dcf5c98d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,12 +50,12 @@ Otherwise, this version of dotnet will not be installed and the build will error out. --> $([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1)) 4.2.0-1.22102.8 - 9.0.0-beta.24562.13 + 9.0.0-beta.24572.2 4.13.0-3.24575.2 6.13.0-preview.1.71 - 9.0.200-preview.0.24523.19 + 9.0.200-preview.0.24603.3