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 2021/06/23 16:06:40 UTC

[ignite] branch master updated (102c64f -> d953cd4)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 102c64f  IGNITE-14831 [Test failed] GridCommandLineLoaderTest test crashes the process on some environments (#9157)
     add d953cd4  IGNITE-14978 .NET: Fix build failures on 2.x SDKs

No new revisions were added by this update.

Summary of changes:
 .../platforms/dotnet/Apache.Ignite.Benchmarks/BenchmarkBase.cs   | 8 ++++----
 .../platforms/dotnet/Apache.Ignite.Benchmarks/BenchmarkRunner.cs | 2 +-
 .../Apache.Ignite.Core/Apache.Ignite.Core.DotNetCore.csproj      | 3 ++-
 .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj          | 3 ---
 .../Cache/Affinity/AffinityKeyMappedAttribute.cs                 | 4 ++--
 .../Cache/Configuration/MemoryConfiguration.cs                   | 5 +++--
 .../dotnet/Apache.Ignite.Core/Common/IgniteProductVersion.cs     | 4 +++-
 modules/platforms/dotnet/Apache.Ignite.Core/Ignition.cs          | 1 +
 .../Impl/Binary/Structure/BinaryStructureEntry.cs                | 3 ++-
 .../Impl/Binary/Structure/BinaryStructureJumpTable.cs            | 2 +-
 modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/Os.cs | 4 +++-
 .../Apache.Ignite.Linq/Apache.Ignite.Linq.DotNetCore.csproj      | 3 ++-
 .../dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.csproj          | 1 -
 modules/platforms/dotnet/Apache.Ignite.Tests.ruleset             | 6 ++++++
 .../dotnet/Apache.Ignite/Apache.Ignite.DotNetCore.csproj         | 9 +++++++++
 modules/platforms/dotnet/Apache.Ignite/IgniteRunner.cs           | 6 +++---
 16 files changed, 42 insertions(+), 22 deletions(-)