You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/09/14 11:03:09 UTC

ignite git commit: Enable code analysis

Repository: ignite
Updated Branches:
  refs/heads/ignite-3199-1 f1b70a3ac -> d7eeb7e70


Enable code analysis


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d7eeb7e7
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d7eeb7e7
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d7eeb7e7

Branch: refs/heads/ignite-3199-1
Commit: d7eeb7e7010c4e8135bd347c26963538ceb1c1b7
Parents: f1b70a3
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Wed Sep 14 14:02:55 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Wed Sep 14 14:02:55 2016 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.AspNet.Tests/Apache.Ignite.AspNet.Tests.csproj   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d7eeb7e7/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Apache.Ignite.AspNet.Tests.csproj
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Apache.Ignite.AspNet.Tests.csproj b/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Apache.Ignite.AspNet.Tests.csproj
index ef4df3e..aed74db 100644
--- a/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Apache.Ignite.AspNet.Tests.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Apache.Ignite.AspNet.Tests.csproj
@@ -20,6 +20,8 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <RunCodeAnalysis>true</RunCodeAnalysis>
+    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>