Add xml docs to targeting pack (#1149)

This commit is contained in:
Pavel Krymets 2019-02-22 12:35:31 -08:00 committed by GitHub
parent e5ee01f97b
commit e44d9d3103
2 changed files with 2 additions and 1 deletions

View File

@ -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.
/// </summary>
/// <param name="documents">The Documents that the analyzer will be run on</param>
/// <param name="projects">Projects that the analyzer will be run on</param>
/// <param name="analyzer">The analyzer to run on the documents</param>
/// <param name="additionalEnabledDiagnostics">Additional diagnostics to enable at Info level</param>
/// <param name="getAllDiagnostics">

View File

@ -4,6 +4,7 @@
<Description>Helpers for writing tests for Roslyn analyzers.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTags>$(PackageTags);testing</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- This is actually a library for test projects, not a test project. -->
<IsUnitTestProject>false</IsUnitTestProject>
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->