Re: Is there a binary of Apache.Ignite.Exe for .NET Core

2019-11-25 Thread camer314
Perfect thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is there a binary of Apache.Ignite.Exe for .NET Core

2019-11-24 Thread Pavel Tupitsyn
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

Re: Is there a binary of Apache.Ignite.Exe for .NET Core

2019-11-24 Thread camer314
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/

Is there a binary of Apache.Ignite.Exe for .NET Core

2019-11-24 Thread camer314
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