Generate xml docs for managed API (#5109)

This commit is contained in:
Nate McMaster 2019-02-07 17:16:36 -08:00 коммит произвёл GitHub
Родитель 4afdb112f8
Коммит 40dcbd6e3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -13,6 +13,9 @@
<Authors>Microsoft</Authors>
<NugetLicenseFile>$(RepoRoot)LICENSE.TXT</NugetLicenseFile>
<PackageThirdPartyNoticesFile>$(RepoRoot)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Managed API isn't completely documented yet. TODO: https://github.com/dotnet/core-setup/issues/5108 -->
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>

Просмотреть файл

@ -20,7 +20,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Suppress warnings for unnecessary CLSCompliance attributes -->
<NoWarn>3021</NoWarn>
<NoWarn>$(NoWarn);3021</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.Json.Sources">