Skip to content

Commit

Permalink
Enable CS1591 errors for undocumented API
Browse files Browse the repository at this point in the history
Similar as dotnet/extensions#4230, enable the CS1591 compiler errors when a library generates a documentation file.
  • Loading branch information
ViktorHofer authored Aug 1, 2023
1 parent c4c2ec5 commit 58493fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<UsingToolIbcOptimization>true</UsingToolIbcOptimization>
<!-- Adds a pkg ref to netfx references in order to resolve desktop refs in our facade projects. -->
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
<!-- Enabling this rule will cause build failures on undocumented public APIs. -->
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
</PropertyGroup>
<!-- Arcade dependencies -->
<PropertyGroup>
Expand Down

0 comments on commit 58493fb

Please sign in to comment.