Enable building/validating XML comments in CoreLib
authorStephen Toub <stoub@microsoft.com>
Tue, 4 Dec 2018 16:28:52 +0000 (11:28 -0500)
committerStephen Toub <stoub@microsoft.com>
Tue, 4 Dec 2018 16:28:52 +0000 (11:28 -0500)
src/System.Private.CoreLib/System.Private.CoreLib.csproj

index ca7e85f..808c3b6 100644 (file)
@@ -26,7 +26,7 @@
     <WarningLevel>4</WarningLevel>
     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     <WarningsNotAsErrors>$(WarningsNotAsErrors);618</WarningsNotAsErrors>
-    <NoWarn>649,3019,414,169,3015</NoWarn>
+    <NoWarn>649,3019,414,169,3015,591,1573,1591,0419</NoWarn>
     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
     <SignAssembly>true</SignAssembly>
     <DelaySign>true</DelaySign>
@@ -37,6 +37,7 @@
     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)/Documentation</_FullFrameworkReferenceAssemblyPaths>
     <SkipCommonResourcesIncludes>true</SkipCommonResourcesIncludes>
     <LangVersion>latest</LangVersion>
+    <DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
   </PropertyGroup>
   <!-- Add Serviceable attribute to the project's metadata -->
   <ItemGroup>