Suppress Razor warnings about missing doc comments

This commit is contained in:
Doug Bunting 2019-02-10 21:52:54 -08:00 committed by Doug Bunting
parent 7c9959934a
commit 58e6d78549
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper</Description>
<TargetFramework>netcoreapp3.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>$(PackageTags);taghelper;taghelpers</PackageTags>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<!-- Required to implement an HtmlEncoder -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>