diff --git a/eng/Versions.props b/eng/Versions.props index 6c9de7624ad7b3a7b8bea4141177689290192de5..1eb5321bff06bf78cff6ac231e5a2ce03cf8904b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -51,7 +51,7 @@ 5.0.2.5153 15.3.409 15.3.409 - 1.2.2 + 1.2.6 15.3.409 15.3.409 $(RoslynDiagnosticsNugetPackageVersion) diff --git a/src/Tools/AnalyzerRunner/AnalyzerRunner.csproj b/src/Tools/AnalyzerRunner/AnalyzerRunner.csproj index 192a4413983bb4898dddc0d80ccc087e5de7af35..ac1986a9b75ddfdef59f2cfc52a854867a817ea3 100644 --- a/src/Tools/AnalyzerRunner/AnalyzerRunner.csproj +++ b/src/Tools/AnalyzerRunner/AnalyzerRunner.csproj @@ -16,9 +16,8 @@ - + - diff --git a/src/Tools/AnalyzerRunner/Program.cs b/src/Tools/AnalyzerRunner/Program.cs index 16ad12708732dca3c594e2fb8c5f88f3f0ac983a..fdffa6eb1d4d203c35a7f18b85d3154674888519 100644 --- a/src/Tools/AnalyzerRunner/Program.cs +++ b/src/Tools/AnalyzerRunner/Program.cs @@ -99,7 +99,7 @@ public static async Task Main(string[] args) using (MSBuildWorkspace workspace = MSBuildWorkspace.Create(properties, AnalyzerRunnerMefHostServices.DefaultServices)) { - Solution solution = await workspace.OpenSolutionAsync(options.SolutionPath, cancellationToken: cancellationToken).ConfigureAwait(false); + Solution solution = await workspace.OpenSolutionAsync(options.SolutionPath, progress: null, cancellationToken).ConfigureAwait(false); var projectIds = solution.ProjectIds; foreach (var workspaceDiagnostic in workspace.Diagnostics)