Skip to content

Commit 3a0c5a7

Browse files
committed
Bump SDK to recent alpha
1 parent 1da2ea4 commit 3a0c5a7

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

eng/CodeAnalysis.src.globalconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ dotnet_diagnostic.IDE0058.severity = silent
17341734
dotnet_diagnostic.IDE0059.severity = warning
17351735

17361736
# IDE0060: Remove unused parameter
1737-
dotnet_diagnostic.IDE0060.severity = warning
1737+
dotnet_diagnostic.IDE0060.severity = none
17381738
dotnet_code_quality_unused_parameters = non_public
17391739

17401740
# IDE0061: Use expression body for local functions
@@ -1804,7 +1804,7 @@ dotnet_diagnostic.IDE0084.severity = none
18041804
dotnet_diagnostic.IDE0090.severity = silent
18051805

18061806
# IDE0100: Remove redundant equality
1807-
dotnet_diagnostic.IDE0100.severity = warning
1807+
dotnet_diagnostic.IDE0100.severity = none
18081808

18091809
# IDE0110: Remove unnecessary discard
18101810
dotnet_diagnostic.IDE0110.severity = warning

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<UsagePattern IdentityGlob="System.Composition*/*6.*" />
88
<UsagePattern IdentityGlob="System.Composition*/*7.*" />
99
<UsagePattern IdentityGlob="System.Composition*/*8.*" />
10-
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.4.*" />
11-
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.8.*" />
10+
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.*" />
11+
<UsagePattern IdentityGlob="Microsoft.Net.Compilers*/*4.*" />
1212

1313
<!-- Allowed and pinned to major version due to https://github.com/dotnet/source-build/issues/3228 -->
1414
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*10.*" />

eng/Versions.props

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4545
they do not break the local dev experience.
4646
-->
47-
<MicrosoftCodeAnalysisCSharpVersion>4.13.0-3.25057.3</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.13.0-3.25057.3</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.25057.3</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.14.0-1.25070.2</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.14.0-1.25070.2</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.14.0-1.25070.2</MicrosoftNetCompilersToolsetVersion>
5050
</PropertyGroup>
5151
<!--
5252
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
@@ -269,7 +269,8 @@
269269
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
270270
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
271271
<!-- sdk version, for testing workloads -->
272-
<SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting>
272+
<!-- <SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting> -->
273+
<SdkVersionForWorkloadTesting>10.0.100-alpha.1.25077.2</SdkVersionForWorkloadTesting>
273274
<runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion>10.0.0-alpha.1.25057.1</runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion>
274275
<EmsdkPackageVersion>$(MicrosoftNETRuntimeEmscriptenVersion)</EmsdkPackageVersion>
275276
<NodePackageVersion>$(runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion)</NodePackageVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.24610.7",
3+
"version": "10.0.100-alpha.1.25077.2",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "10.0.100-alpha.1.24610.7"
8+
"dotnet": "10.0.100-alpha.1.25077.2"
99
},
1010
"msbuild-sdks": {
1111
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25058.4",

src/coreclr/tools/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
These packages affect the design-time experience in VS, we update them
1818
at the same cadance as the MicrosoftCodeAnalysisVersion_LatestVS version.
1919
This property is set eng/Versions.props but we override it because the current
20-
version 4.8.0 flags several warnings that need area-owner expertise to resolve.
20+
version (MicrosoftCodeAnalysisVersion_LatestVS) flags several warnings that
21+
need area-owner expertise to resolve.
2122
TODO: https://github.com/dotnet/runtime/issues/91028.
2223
-->
2324
<PropertyGroup>

0 commit comments

Comments
 (0)