Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update .NET build instructions

...

For more details on working with GitHub forks and pull requests see How to Contribute#GitProcess

Build Java sources

...

  1. Change to modules\platforms\dotnet directory
  2. Run build.bat -skipDotNetCore command

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

...

  • Open modules\platforms\dotnet\Apache.Ignite.sln in Rider or Visual Studio
  • Build solution

...