Skip to content

Commit

Permalink
XML documentation generation always enabled (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivascu committed Apr 15, 2024
1 parent 8ef10b0 commit a14734a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/Common.props
Expand Up @@ -5,6 +5,7 @@
<Copyright>Copyright © AutoFixture 2011</Copyright>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<CodeAnalysisCulture>en-US</CodeAnalysisCulture>

Expand Down Expand Up @@ -69,14 +70,12 @@
<Choose>
<When Condition=" '$(Configuration)'=='Release' ">
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>portable</DebugType>
</PropertyGroup>
</When>
<When Condition=" '$(Configuration)'=='Verify' ">
<PropertyGroup>
<DefineConstants>$(DefineConstants);CODE_ANALYSIS</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
</PropertyGroup>
Expand Down

0 comments on commit a14734a

Please sign in to comment.