Versions Compared

Key

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

...

In root source folder execute "mvn clean package -DskipTests" command.

When doing pure .NET development, you only need to run this every time you update your branch from master.

Build .NET sources

  • Open modulesOpen modules\platforms\dotnet\Apache.Ignite.sln in Visual Studio
  • Confirm a proposal to upgrade C++ compilers and libraries (you can also do this later by right-clicking the solution in Solution Explorer and clicking "Retarget solution")
  • Switch to x64 platform (you don't need AnyCPU for development - it is slower to build and requires x86 JDK installation)
  • Build solution

...