Skip to content

Commit f6ef3da

Browse files
committed
Disable XML comment spam
1 parent 05d1f4d commit f6ef3da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
88
<DocumentationFile>bin\Debug\netstandard2.0\SpotifyAPI.Web.Auth.xml</DocumentationFile>
9+
<NoWarn>1701;1702;1705;1591</NoWarn>
910
</PropertyGroup>
1011

1112
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1213
<DocumentationFile>bin\Release\netstandard2.0\SpotifyAPI.Web.Auth.xml</DocumentationFile>
14+
<NoWarn>1701;1702;1705;1591</NoWarn>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

SpotifyAPI.Web/SpotifyAPI.Web.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
88
<DocumentationFile>bin\Debug\netstandard2.0\SpotifyAPI.Web.xml</DocumentationFile>
9+
<NoWarn>1701;1702;1705;1591</NoWarn>
910
</PropertyGroup>
1011

1112
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1213
<DocumentationFile>bin\Release\netstandard2.0\SpotifyAPI.Web.xml</DocumentationFile>
14+
<NoWarn>1701;1702;1705;1591</NoWarn>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

0 commit comments

Comments
 (0)