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 f51ccda99d4..47f5cc0200d 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 @@ df4ae6b81013ac45367372176b9c3135a35a7e3c - + https://github.com/dotnet/arcade - 1c7e09a8d9c9c9b15ba574cd6a496553505559de + b41381d5cd633471265e9cd72e933a7048e03062 diff --git a/eng/Versions.props b/eng/Versions.props index 8b91f713b0b..12e492e80dd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.12.18release + 17.12.19release 17.11.4 15.1.0.0 preview @@ -49,7 +49,7 @@ 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 7.0.0 6.0.1 4.12.0-3.24463.9 @@ -57,7 +57,7 @@ 6.0.0 - 9.0.100-rc.2.24474.11 + 9.0.100