You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/11/24 08:31:06 UTC

[09/11] ignite git commit: .NET: Core tests: fix typo, suppress warnings, cleanup sln

.NET: Core tests: fix typo, suppress warnings, cleanup sln


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

Branch: refs/heads/ignite-zk
Commit: f3cc3df79c3c7df2974f2f5ece4029a827752332
Parents: 34955be
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Thu Nov 23 18:43:16 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Thu Nov 23 18:43:16 2017 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.DotNetCore.csproj               | 4 ++++
 .../Apache.Ignite.Core.Tests.DotNetCore.sln                  | 8 +-------
 .../dotnet/Apache.Ignite.Core.Tests.DotNetCore/README.txt    | 5 +++--
 3 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f3cc3df7/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.csproj
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.csproj
index 9a6e57c..0acaab8 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.csproj
@@ -12,6 +12,10 @@
     <OutputType>Exe</OutputType>
   </PropertyGroup>
 
+  <PropertyGroup>
+    <NoWarn>1701;1702;1705;NU1701</NoWarn>
+  </PropertyGroup>
+
   <ItemGroup>
     <Compile Include="..\Apache.Ignite.Core.Tests\AssertExtensions.cs" Link="Common\AssertExtensions.cs" />
     <Compile Include="..\Apache.Ignite.Core.Tests\BinaryConfigurationTest.cs" Link="Binary\BinaryConfigurationTest.cs" />

http://git-wip-us.apache.org/repos/asf/ignite/blob/f3cc3df7/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.sln
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.sln b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.sln
index 4aac7e1..481c510 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.sln
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Apache.Ignite.Core.Tests.DotNetCore.sln
@@ -5,12 +5,6 @@ VisualStudioVersion = 15.0.27004.2006
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Apache.Ignite.Core.Tests.DotNetCore", "Apache.Ignite.Core.Tests.DotNetCore.csproj", "{470E5BC1-61DC-4B42-90B6-9269B476C070}"
 EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70803854-079D-4BA7-8A46-21A13D8AF9D6}"
-	ProjectSection(SolutionItems) = preProject
-		NuGet.config = NuGet.config
-		README.txt = README.txt
-	EndProjectSection
-EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
@@ -23,7 +17,7 @@ Global
 		{470E5BC1-61DC-4B42-90B6-9269B476C070}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
+		HideSolutionNode = TRUE
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 		SolutionGuid = {7BD29E51-C041-4E66-8DC4-8F8B6B917864}

http://git-wip-us.apache.org/repos/asf/ignite/blob/f3cc3df7/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/README.txt
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/README.txt b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/README.txt
index e24ab34..0371364 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/README.txt
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/README.txt
@@ -6,8 +6,9 @@ However, this does not prevent us from supporting .NET Standard 2.0 and .NET Cor
 because of ".NET Framework compatibility mode", which allows referencing any libraries
 from .NET Core 2.0 projects.
 
-Therefore we can't include .NET Core tests in manin solution, and we rely on pre-built
-NuGet packages for cross-platform tests.
+Therefore we can't include .NET Core tests in main solution, and we rely on pre-built
+NuGet packages for cross-platform tests. Most tests are still reused from main solution
+using "Add As Link" feature.
 
 How to run:
 1) Build Ignite.NET (only on Windows):  build -version 0.0.1-test