Skip to content

Commit 228b522

Browse files
Don't warn on missing doc comments for stubbed test projects (Azure#49471)
1 parent 33e10dd commit 228b522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/packages/http-client-csharp/generator/TestProjects/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ImportRepoCommonSettings>true</ImportRepoCommonSettings>
4+
<!-- Don't warn for missing XML comments for test projects as the stubbed versions will not have them. -->
5+
<NoWarn>$(NoWarn);1591</NoWarn>
46
</PropertyGroup>
57
<!--
68
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props

0 commit comments

Comments
 (0)