Skip to content

Commit 262f562

Browse files
committed
ignore more warnings
1 parent a354934 commit 262f562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MaterialDesignThemes.Wpf/MaterialDesignThemes.Wpf.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<DocumentationFile>bin\Debug\MaterialDesignThemes.Wpf.XML</DocumentationFile>
26-
<NoWarn>CS1591</NoWarn>
26+
<NoWarn>CS1591;CS1574</NoWarn>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2929
<DebugType>pdbonly</DebugType>
@@ -33,7 +33,7 @@
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
<DocumentationFile>bin\Release\MaterialDesignThemes.Wpf.XML</DocumentationFile>
36-
<NoWarn>CS1591</NoWarn>
36+
<NoWarn>CS1591;CS1574</NoWarn>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppVeyor|AnyCPU'">
3939
<OutputPath>bin\AppVeyor\</OutputPath>
@@ -44,7 +44,7 @@
4444
<ErrorReport>prompt</ErrorReport>
4545
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4646
<DocumentationFile>bin\AppVeyor\MaterialDesignThemes.Wpf.XML</DocumentationFile>
47-
<NoWarn>CS1591</NoWarn>
47+
<NoWarn>CS1591;CS1574</NoWarn>
4848
</PropertyGroup>
4949
<ItemGroup>
5050
<Compile Include="..\paket-files\ControlzEx\ControlzEx\src\ControlzEx\PackIconBase.cs">

0 commit comments

Comments
 (0)