wip

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

Branch: refs/heads/ignite-2324
Commit: 11942fb8b62b271ec174036753879dd5d8e4b699
Parents: 33e01f2
Author: Pavel Tupitsyn <ptupit...@gridgain.com>
Authored: Wed Jan 13 18:24:52 2016 +0300
Committer: Pavel Tupitsyn <ptupit...@gridgain.com>
Committed: Wed Jan 13 18:24:52 2016 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core/Cache/Query/Continuous/ContinuousQuery.cs   | 2 +-
 modules/platforms/dotnet/Apache.Ignite.sln.TeamCity.DotSettings    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/11942fb8/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Query/Continuous/ContinuousQuery.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Query/Continuous/ContinuousQuery.cs
 
b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Query/Continuous/ContinuousQuery.cs
index 4623b87..69734d0 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Query/Continuous/ContinuousQuery.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Query/Continuous/ContinuousQuery.cs
@@ -48,7 +48,7 @@ namespace Apache.Ignite.Core.Cache.Query.Continuous
         /// Default time interval.
         /// </summary>
         [SuppressMessage("Microsoft.Design", 
"CA1000:DoNotDeclareStaticMembersOnGenericTypes")]
-        // ReSharper disable once StaticMemberInGenericType
+        //[SuppressMessage("ReSharper", "StaticMemberInGenericType")]
         public static readonly TimeSpan DfltTimeInterval = new TimeSpan(0);
 
         /// <summary>

http://git-wip-us.apache.org/repos/asf/ignite/blob/11942fb8/modules/platforms/dotnet/Apache.Ignite.sln.TeamCity.DotSettings
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.sln.TeamCity.DotSettings 
b/modules/platforms/dotnet/Apache.Ignite.sln.TeamCity.DotSettings
index 8633d7f..88a4a12 100644
--- a/modules/platforms/dotnet/Apache.Ignite.sln.TeamCity.DotSettings
+++ b/modules/platforms/dotnet/Apache.Ignite.sln.TeamCity.DotSettings
@@ -23,5 +23,6 @@
        <s:Boolean 
x:Key="/Default/CodeStyle/CSharpUsing/AddImportsToDeepestScope/@EntryValue">True</s:Boolean>
        <s:String 
x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestUseVarKeywordEverywhere/@EntryIndexedValue">DO_NOT_SHOW</s:String>
        <s:String 
x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestUseVarKeywordEvident/@EntryIndexedValue">DO_NOT_SHOW</s:String>
+       <s:String 
x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=StaticMemberInGenericType/@EntryIndexedValue">DO_NOT_SHOW</s:String>
        
        <s:Boolean 
x:Key="/Default/CodeStyle/CSharpUsing/QualifiedUsingAtNestedScope/@EntryValue">True</s:Boolean></wpf:ResourceDictionary>
\ No newline at end of file

Reply via email to