File tree 5 files changed +13
-11
lines changed 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -1734,7 +1734,7 @@ dotnet_diagnostic.IDE0058.severity = silent
1734
1734
dotnet_diagnostic.IDE0059.severity = warning
1735
1735
1736
1736
# IDE0060: Remove unused parameter
1737
- dotnet_diagnostic.IDE0060.severity = warning
1737
+ dotnet_diagnostic.IDE0060.severity = none
1738
1738
dotnet_code_quality_unused_parameters = non_public
1739
1739
1740
1740
# IDE0061: Use expression body for local functions
@@ -1804,7 +1804,7 @@ dotnet_diagnostic.IDE0084.severity = none
1804
1804
dotnet_diagnostic.IDE0090.severity = silent
1805
1805
1806
1806
# IDE0100: Remove redundant equality
1807
- dotnet_diagnostic.IDE0100.severity = warning
1807
+ dotnet_diagnostic.IDE0100.severity = none
1808
1808
1809
1809
# IDE0110: Remove unnecessary discard
1810
1810
dotnet_diagnostic.IDE0110.severity = warning
Original file line number Diff line number Diff line change 7
7
<UsagePattern IdentityGlob =" System.Composition*/*6.*" />
8
8
<UsagePattern IdentityGlob =" System.Composition*/*7.*" />
9
9
<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.*" />
12
12
13
13
<!-- Allowed and pinned to major version due to https://github.com/dotnet/source-build/issues/3228 -->
14
14
<UsagePattern IdentityGlob =" Microsoft.NETCore.App.Crossgen2.linux-x64/*10.*" />
Original file line number Diff line number Diff line change 44
44
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
45
45
they do not break the local dev experience.
46
46
-->
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 >
50
50
</PropertyGroup >
51
51
<!--
52
52
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
269
<MicrosoftExtensionsLoggingVersion >3.1.7</MicrosoftExtensionsLoggingVersion >
270
270
<MicrosoftSymbolStoreVersion >1.0.406601</MicrosoftSymbolStoreVersion >
271
271
<!-- sdk version, for testing workloads -->
272
- <SdkVersionForWorkloadTesting >$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting >
272
+ <!-- <SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting> -->
273
+ <SdkVersionForWorkloadTesting >10.0.100-alpha.1.25077.2</SdkVersionForWorkloadTesting >
273
274
<runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion >10.0.0-alpha.1.25057.1</runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion >
274
275
<EmsdkPackageVersion >$(MicrosoftNETRuntimeEmscriptenVersion)</EmsdkPackageVersion >
275
276
<NodePackageVersion >$(runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion)</NodePackageVersion >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-alpha.1.24610.7 " ,
3
+ "version" : " 10.0.100-alpha.1.25077.2 " ,
4
4
"allowPrerelease" : true ,
5
5
"rollForward" : " major"
6
6
},
7
7
"tools" : {
8
- "dotnet" : " 10.0.100-alpha.1.24610.7 "
8
+ "dotnet" : " 10.0.100-alpha.1.25077.2 "
9
9
},
10
10
"msbuild-sdks" : {
11
11
"Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25058.4" ,
Original file line number Diff line number Diff line change 17
17
These packages affect the design-time experience in VS, we update them
18
18
at the same cadance as the MicrosoftCodeAnalysisVersion_LatestVS version.
19
19
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.
21
22
TODO: https://github.com/dotnet/runtime/issues/91028.
22
23
-->
23
24
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments