Generate xml docs for managed API (#5109)
This commit is contained in:
Родитель
4afdb112f8
Коммит
40dcbd6e3d
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче