Skip to content

Commit 3c00318

Browse files
committed
Disable warning 1591
1 parent aa8a14f commit 3c00318

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Source/Extras/Exceptionless.Extras.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Extras.xml</DocumentationFile>
39+
<NoWarn>1591</NoWarn>
3940
</PropertyGroup>
4041
<ItemGroup>
4142
<Reference Include="Microsoft.VisualBasic" />

Source/Platforms/Log4net/Exceptionless.Log4net.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Log4net.xml</DocumentationFile>
39+
<NoWarn>1591</NoWarn>
3940
</PropertyGroup>
4041
<ItemGroup>
4142
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">

Source/Platforms/NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<WarningLevel>4</WarningLevel>
4040
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.NLog.xml</DocumentationFile>
4141
<Prefer32Bit>false</Prefer32Bit>
42+
<NoWarn>1591</NoWarn>
4243
</PropertyGroup>
4344
<ItemGroup>
4445
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">

Source/Platforms/Nancy/Exceptionless.Nancy.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<DefineConstants>TRACE</DefineConstants>
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
34+
<NoWarn>1591</NoWarn>
3435
</PropertyGroup>
3536
<PropertyGroup Condition=" '$(TargetFrameworkVersionProperty)' == 'NET40' ">
3637
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

Source/Shared/Exceptionless.Portable.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Portable.xml</DocumentationFile>
46+
<NoWarn>1591</NoWarn>
4647
</PropertyGroup>
4748
<ItemGroup>
4849
<Compile Include="..\GlobalAssemblyInfo.cs">

0 commit comments

Comments
 (0)