You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/02/16 14:04:18 UTC

[jira] [Created] (IGNITE-2662) .NET Core support

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/core

Since 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)