From e44d9d3103ec73b66b68957c971b66859ae0b844 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 22 Feb 2019 12:35:31 -0800 Subject: [PATCH] Add xml docs to targeting pack (#1149) --- .../src/DiagnosticAnalyzerRunner.cs | 2 +- .../src/Microsoft.AspNetCore.Analyzer.Testing.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/DiagnosticAnalyzerRunner.cs b/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/DiagnosticAnalyzerRunner.cs index df3b01d413..01f3699c09 100644 --- a/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/DiagnosticAnalyzerRunner.cs +++ b/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/DiagnosticAnalyzerRunner.cs @@ -42,7 +42,7 @@ namespace Microsoft.AspNetCore.Analyzer.Testing /// Given an analyzer and a document to apply it to, run the analyzer and gather an array of diagnostics found in it. /// The returned diagnostics are then ordered by location in the source document. /// - /// The Documents that the analyzer will be run on + /// Projects that the analyzer will be run on /// The analyzer to run on the documents /// Additional diagnostics to enable at Info level /// diff --git a/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj b/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj index 3416e43e18..9c68e65853 100644 --- a/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj +++ b/src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj @@ -4,6 +4,7 @@ Helpers for writing tests for Roslyn analyzers. netstandard2.0 $(PackageTags);testing + true false