Pavel Tupitsyn created IGNITE-2662:
--------------------------------------
Summary: .NET Core support
Key: IGNITE-2662
URL:
https://issues.apache.org/jira/browse/IGNITE-2662 Project: Ignite
Issue Type: New Feature
Components: platforms
Affects Versions: 1.1.4
Reporter: Pavel Tupitsyn
.NET core is next gen open-source cross-platform implementation of .NET:
https://github.com/dotnet/coreSince Ignite mostly does not use any platform-specific .NET features, it may be possible to add Core support.
Benefits:
* ASP.NET Core (ver 5)
https://www.asp.net/vnext* OSX & Linux
Possible difficulties:
* C++/JNI interop. Core has dllImport and it works on linux, and our C++ client works on linux, so it should be possible
* Reflection. We use it a lot, and API has changed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)