Skip to content

Commit

Permalink
Fixed some code analysis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcbride committed Sep 8, 2014
1 parent 854a8cb commit 2b1fde4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified InSimDotNet/GlobalSuppressions.cs
Binary file not shown.
2 changes: 1 addition & 1 deletion InSimDotNet/InSimDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\InSimDotNet.xml</DocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisRuleSet>..\InSimDotNet.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>ExtendedCorrectnessRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>false</RunCodeAnalysis>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
Expand Down

0 comments on commit 2b1fde4

Please sign in to comment.