Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 18f89f6

Browse files
committed
Create XML documentation files during the build
1 parent 18a920c commit 18f89f6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/AsyncUsageAnalyzers.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<Prefer32Bit>false</Prefer32Bit>
29+
<DocumentationFile>bin\Debug\AsyncUsageAnalyzers.Test.xml</DocumentationFile>
30+
<NoWarn>1591</NoWarn>
2931
</PropertyGroup>
3032
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3133
<DebugType>pdbonly</DebugType>
@@ -35,6 +37,8 @@
3537
<ErrorReport>prompt</ErrorReport>
3638
<WarningLevel>4</WarningLevel>
3739
<Prefer32Bit>false</Prefer32Bit>
40+
<DocumentationFile>bin\Release\AsyncUsageAnalyzers.Test.xml</DocumentationFile>
41+
<NoWarn>1591</NoWarn>
3842
</PropertyGroup>
3943
<ItemGroup>
4044
<Reference Include="Microsoft.CodeAnalysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

AsyncUsageAnalyzers/AsyncUsageAnalyzers/AsyncUsageAnalyzers.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<DocumentationFile>bin\Debug\AsyncUsageAnalyzers.xml</DocumentationFile>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
@@ -31,6 +32,7 @@
3132
<DefineConstants>TRACE</DefineConstants>
3233
<ErrorReport>prompt</ErrorReport>
3334
<WarningLevel>4</WarningLevel>
35+
<DocumentationFile>bin\Release\AsyncUsageAnalyzers.xml</DocumentationFile>
3436
</PropertyGroup>
3537
<PropertyGroup>
3638
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)