Skip to content

Commit ed485ab

Browse files
author
msftbot[bot]
authored
Merge pull request #43196 from dotnet/merges/release/dev16.6-to-release/dev16.6-vs-deps
Merge release/dev16.6 to release/dev16.6-vs-deps
2 parents c77153c + 007c46d commit ed485ab

File tree

20 files changed

+677
-135
lines changed

20 files changed

+677
-135
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ dotnet_naming_symbols.all_members.applicable_kinds = *
137137

138138
dotnet_naming_style.pascal_case_style.capitalization = pascal_case
139139

140+
# error RS2008: Enable analyzer release tracking for the analyzer project containing rule '{0}'
141+
dotnet_diagnostic.RS2008.severity = none
142+
140143
# IDE0073: File header
141144
dotnet_diagnostic.IDE0073.severity = warning
142145
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information.

eng/Versions.props

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PatchVersion>0</PatchVersion>
1111
<PreReleaseVersionLabel>3</PreReleaseVersionLabel>
1212
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
13-
<!--
13+
<!--
1414
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
1515
Keep the setting conditional. The toolset sets the assembly version to 42.42.42.42 if not set explicitly.
1616
-->
@@ -35,7 +35,7 @@
3535
<ILToolsPackageVersion>5.0.0-alpha1.19409.1</ILToolsPackageVersion>
3636
<MicrosoftVisualStudioLanguageServerPackagesVersion>16.6.14</MicrosoftVisualStudioLanguageServerPackagesVersion>
3737
</PropertyGroup>
38-
<!--
38+
<!--
3939
Dependency versions
4040
-->
4141
<PropertyGroup>
@@ -54,7 +54,12 @@
5454
<MicrosoftBuildLocatorVersion>1.2.2</MicrosoftBuildLocatorVersion>
5555
<MicrosoftBuildRuntimeVersion>15.3.409</MicrosoftBuildRuntimeVersion>
5656
<MicrosoftBuildTasksCoreVersion>15.3.409</MicrosoftBuildTasksCoreVersion>
57-
<MicrosoftCodeAnalysisAnalyzersVersion>$(RoslynDiagnosticsNugetPackageVersion)</MicrosoftCodeAnalysisAnalyzersVersion>
57+
<!--
58+
Since the Microsoft.CodeAnalysis.Analyzers package is a public dependency of our NuGet
59+
packages we will keep it untied to the RoslynDiagnosticsNugetPackageVersion we use for
60+
other analyzers to ensure it stays on a release version.
61+
-->
62+
<MicrosoftCodeAnalysisAnalyzersVersion>3.0.0</MicrosoftCodeAnalysisAnalyzersVersion>
5863
<MicrosoftCodeAnalysisBuildTasksVersion>2.0.0-rc2-61102-09</MicrosoftCodeAnalysisBuildTasksVersion>
5964
<MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>$(MicrosoftCodeAnalysisTestingVersion)</MicrosoftCodeAnalysisCSharpCodeFixTestingXUnitVersion>
6065
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>$(CodeStyleAnalyzerVersion)</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
@@ -241,9 +246,9 @@
241246
<MicrosoftVisualStudioStaticReviewsEmbeddableVersion>0.1.102-alpha</MicrosoftVisualStudioStaticReviewsEmbeddableVersion>
242247
<MicrosoftBclAsyncInterfacesVersion>1.1.0</MicrosoftBclAsyncInterfacesVersion>
243248
</PropertyGroup>
244-
<!--
245-
The following packages are considered implementation details and will not be included
246-
in the list of dependencies of Roslyn packages. They won't flow as package references
249+
<!--
250+
The following packages are considered implementation details and will not be included
251+
in the list of dependencies of Roslyn packages. They won't flow as package references
247252
to the projects that reference Roslyn packages.
248253
-->
249254
<ItemGroup>
@@ -321,9 +326,9 @@
321326
<UsingToolXliff>true</UsingToolXliff>
322327
<UsingToolXUnit>true</UsingToolXUnit>
323328
<DiscoverEditorConfigFiles>true</DiscoverEditorConfigFiles>
324-
<!--
329+
<!--
325330
When using a bootstrap builder we don't want to use the Microsoft.Net.Compilers.Toolset package but
326-
rather explicitly override it.
331+
rather explicitly override it.
327332
-->
328333
<UsingToolMicrosoftNetCompilers Condition="'$(BootstrapBuildPath)' == ''">true</UsingToolMicrosoftNetCompilers>
329334
</PropertyGroup>

0 commit comments

Comments
 (0)