Perfect thanks
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
There is Apache.Ignite.DotNetCore.csproj [1] file that we use to build .NET
Core executable for our Docker images.
However, for some reason, the resulting binary is not included into the
release - I'll have a look at that.
[1]
https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/A
I am using VS Code which complicates things slightly however I managed to get
this working minus service support seeing as ServiceBase is not available in
.NET Core. This is fine for my purposes at the moment.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
The source code provides solution and proj files for .NET Core however there
is no equivalent for the Apache.Ignite.Exe executable.
I am trying to coerce the existing proj file to build a netcoreapp2.0 but am
running into compiler complaints so was wondering is there is a csproj file
that exists t