Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ignite.NET can be built, developed, and tested on Linux and macOS, but only partially.
A subset of functionality and tests is available. See Apache.Ignite.DotNetCore.sln.

Requirements

  •  JDKJDK: sudo apt-get install default-jdk
  •  MavenMaven: sudo apt-get install maven

...

  • IDE: Not required. Rider is recommended.

...

    • Build Java and .NET:

      Code Block
      languagebash
      ./build.sh
    • Run tests:

      Code Block
      languagebash
      cd Apache.Ignite.Core.Tests.DotNetCore
      dotnet test
      
    • Run specific test:

      Code Block
      languagebash
      dotnet test --filter CacheTest
    • IDE: Open Apache.Ignite.DotNetCore.sln