Skip to content

Commit 52f55a8

Browse files
author
Marc Sallin
committed
Run code analysis on build.
1 parent 558e42f commit 52f55a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQLite.CodeFirst/SQLite.CodeFirst.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<DebugType>full</DebugType>
2626
<ErrorReport>prompt</ErrorReport>
2727
<CodeAnalysisRuleSet>..\Shared\SQLite.CodeFirst.ruleset</CodeAnalysisRuleSet>
28+
<RunCodeAnalysis>true</RunCodeAnalysis>
2829
</PropertyGroup>
2930
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU'">
3031
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -43,6 +44,7 @@
4344
<DebugType>pdbonly</DebugType>
4445
<ErrorReport>prompt</ErrorReport>
4546
<CodeAnalysisRuleSet>..\Shared\SQLite.CodeFirst.ruleset</CodeAnalysisRuleSet>
47+
<RunCodeAnalysis>true</RunCodeAnalysis>
4648
</PropertyGroup>
4749
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'">
4850
<OutputPath>bin\Release\net40</OutputPath>

0 commit comments

Comments
 (0)