We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55cd1c commit 57a9183Copy full SHA for 57a9183
LibGit2Sharp/LibGit2Sharp.csproj
@@ -23,6 +23,7 @@
23
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
24
<ErrorReport>prompt</ErrorReport>
25
<WarningLevel>4</WarningLevel>
26
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
27
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
28
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
29
<DocumentationFile>bin\Debug\LibGit2Sharp.xml</DocumentationFile>
@@ -35,6 +36,7 @@
35
36
37
38
39
40
<DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile>
41
</PropertyGroup>
42
<ItemGroup>
0 commit comments