Details
Description
.NET Core Global Tool is just a NuGet package that contains a console application.
This is a perfect solution for standalone nodes:
- Currently there is no way to run standalone nodes on Linux and macOS without writing code
- Standalone nodes on Windows require downloading the whole binary package or copying it from NuGet folder on classic .NET
With Global Tool users will be able to run Ignite.NET standalone node is just two commands:
dotnet tool install -g apache-ignite apache-ignite
Ignite Global Tool should be a separate NuGet package with the same functionality as Apache.Ignite.exe
Attachments
Issue Links
- is related to
-
IGNITE-13979 .NET: Modernize examples
-
- Resolved
-
-
IGNITE-10795 Create Ignite.NET Dockerfile
-
- Closed
-