Skip to content

Commit debd73d

Browse files
authored
Merge pull request #756 from AArnott/v16.9
Merge v16.8 branch into v16.9
2 parents 717f8dd + 8d30593 commit debd73d

File tree

20 files changed

+39
-31
lines changed

20 files changed

+39
-31
lines changed

Directory.Build.props

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageOutputPath>$(RepoRootPath)bin\Packages\$(Configuration)\NuGet\</PackageOutputPath>
88
<LangVersion>8.0</LangVersion>
99
<Nullable>enable</Nullable>
10+
<AnalysisLevel>latest</AnalysisLevel>
1011
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1112

1213
<Company>Microsoft</Company>
@@ -19,17 +20,17 @@
1920
<IncludeSymbols>true</IncludeSymbols>
2021
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2122

22-
<MicroBuildVersion>2.0.61</MicroBuildVersion>
23+
<MicroBuildVersion>2.0.65</MicroBuildVersion>
2324
</PropertyGroup>
2425

2526
<ItemGroup>
26-
<PackageReference Include="MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" PrivateAssets="all" />
27-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0" PrivateAssets="all" />
27+
<PackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" PrivateAssets="all" />
28+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
2829
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" Condition=" '$(MSBuildProjectName)' != 'SosThreadingTools' " />
2930
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
3031
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
31-
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="3.8.0" PrivateAssets="all" />
32-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164" PrivateAssets="all" />
32+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="3.9.0-3.final" PrivateAssets="all" />
33+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261" PrivateAssets="all" />
3334
</ItemGroup>
3435

3536
<ItemGroup>

azure-pipelines/Convert-PDB.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[string]$OutputPath
1919
)
2020

21-
$version = '1.1.0-beta2-20115-01'
21+
$version = '1.1.0-beta2-21101-01'
2222
$baseDir = "$PSScriptRoot\..\obj\tools"
2323
$pdb2pdbpath = "$baseDir\Microsoft.DiaSymReader.Pdb2Pdb.$version\tools\Pdb2Pdb.exe"
2424
if (-not (Test-Path $pdb2pdbpath)) {

azure-pipelines/official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ stages:
7070
inputs:
7171
SymbolsFeatureName: $(SymbolsFeatureName)
7272
SymbolsSymwebProject: VS
73-
SymbolsUncPath: \\cpvsbuild\drops\$(TeamName)\$(Build.DefinitionName)\$(Build.SourceBranchName)\$(Build.BuildNumber)\Symbols.Archival
73+
SymbolsUncPath: \\cpvsbuild\drops\$(TeamName)\$(Build.DefinitionName)\$(Build.SourceBranchName)\$(Build.BuildId)\Symbols.Archival
7474
SymbolsEmailContacts: vsidemicrobuild
7575
SymbolsAgentPath: $(Pipeline.Workspace)/symbols-Windows
7676
- task: MicroBuildCleanup@1
@@ -102,3 +102,4 @@ stages:
102102
packagesToPush: $(Pipeline.Workspace)/deployables-Windows/NuGet/*.nupkg
103103
nuGetFeedType: external
104104
publishFeedCredentials: azure-public/vssdk
105+
continueOnError: true # until "skip on conflict" is offered as a task input.

azure-pipelines/publish-codecoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
displayName: Download macOS code coverage results
1313
continueOnError: true
1414
- powershell: |
15-
dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.2.2 --configfile azure-pipelines/justnugetorg.nuget.config
15+
dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.8.5 --configfile azure-pipelines/justnugetorg.nuget.config
1616
Copy-Item -Recurse $(Pipeline.Workspace)/coverageResults-Windows/obj/* $(System.DefaultWorkingDirectory)/obj
1717
Write-Host "Substituting {reporoot} with $(System.DefaultWorkingDirectory)"
1818
$reports = Get-ChildItem -Recurse "$(Pipeline.Workspace)/coverage.*.cobertura.xml"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.302",
3+
"version": "5.0.102",
44
"rollForward": "patch",
55
"allowPrerelease": false
66
},

src/Microsoft.VisualStudio.Threading.Analyzers.CSharp/Microsoft.VisualStudio.Threading.Analyzers.CSharp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.2" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.0.0" PrivateAssets="all" />
11-
<PackageReference Include="MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
1211
<PackageReference Include="XliffTasks" Version="1.0.0-beta.19505.1" PrivateAssets="all" />
1312
</ItemGroup>
1413
<ItemGroup>

src/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes/Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.8.2" />
3636
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.0.0" PrivateAssets="all" />
37-
<PackageReference Include="MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
3837
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
3938
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
4039
</ItemGroup>

src/Microsoft.VisualStudio.Threading.Analyzers.VisualBasic/Microsoft.VisualStudio.Threading.Analyzers.VisualBasic.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="2.8.2" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.0.0" PrivateAssets="all" />
11-
<PackageReference Include="MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
1211
<PackageReference Include="XliffTasks" Version="1.0.0-beta.19505.1" PrivateAssets="all" />
1312
</ItemGroup>
1413
<ItemGroup>

src/Microsoft.VisualStudio.Threading.Analyzers/Microsoft.VisualStudio.Threading.Analyzers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="2.8.2" />
2626
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.0.0" PrivateAssets="all" />
27-
<PackageReference Include="MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
2827
<PackageReference Include="Nullable" Version="1.3.0">
2928
<PrivateAssets>all</PrivateAssets>
3029
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netcoreapp3.0;net472</TargetFrameworks>
4+
<CheckEolTargetFramework>false</CheckEolTargetFramework>
45

56
<Summary>Async synchronization primitives, async collections, TPL and dataflow extensions.</Summary>
67
<Description>Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).</Description>
@@ -40,13 +41,11 @@
4041
<PrivateAssets>all</PrivateAssets>
4142
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4243
</PackageReference>
43-
<PackageReference Include="Roslyn.Diagnostics.Analyzers" Version="3.3.0-beta2.final" PrivateAssets="all" />
44+
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.0-beta2.final" PrivateAssets="all" />
4445
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
4546
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
4647
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="16.8.33" />
4748
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
48-
<PackageReference Include="MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" PrivateAssets="all" />
49-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0" PrivateAssets="all" />
5049
<PackageReference Include="XliffTasks" Version="1.0.0-beta.19505.1" PrivateAssets="all" />
5150
</ItemGroup>
5251
<ItemGroup>

0 commit comments

Comments
 (0)