Skip to content

Commit b0cd9ab

Browse files
committed
More comment warning suppressions
1 parent 0777793 commit b0cd9ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

RestSharp.Net4/RestSharp.Net4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
36-
<NoWarn>1591,1573,1658,1584</NoWarn>
36+
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="System" />

RestSharp.Silverlight/RestSharp.Silverlight.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ErrorReport>prompt</ErrorReport>
4949
<WarningLevel>4</WarningLevel>
5050
<DocumentationFile>Bin\Release\RestSharp.Silverlight.xml</DocumentationFile>
51-
<NoWarn>1591,1573,1658,1584</NoWarn>
51+
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>
5252
</PropertyGroup>
5353
<ItemGroup>
5454
<Reference Include="mscorlib" />

RestSharp.WindowsPhone/RestSharp.WindowsPhone.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<DocumentationFile>Bin\Release\RestSharp.WindowsPhone.xml</DocumentationFile>
46-
<NoWarn>1591,1573,1658,1584</NoWarn>
46+
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>
4747
</PropertyGroup>
4848
<ItemGroup>
4949
<Reference Include="mscorlib" />

RestSharp/RestSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<WarningLevel>4</WarningLevel>
5757
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5858
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
59-
<NoWarn>1591,1573,1658,1584</NoWarn>
59+
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>
6060
</PropertyGroup>
6161
<ItemGroup>
6262
<Reference Include="Microsoft.Build.Framework" />

0 commit comments

Comments
 (0)