You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/12/19 13:38:58 UTC

[jira] [Updated] (IGNITE-2662) .NET Standard support

     [ https://issues.apache.org/jira/browse/IGNITE-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-2662:
-----------------------------------
    Description: 
Ignite.NET should target .NET Standard so it is available on maximum number of platforms, see
https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
https://weblog.west-wind.com/posts/2016/Nov/23/NET-Standard-20-Making-Sense-of-NET-Again
https://github.com/dotnet/core/blob/master/roadmap.md

This will allow us to run on Windows, OSX, and Linux, and target .NET Core in additional to good old regular .NET.

Possible difficulties:
* 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.

  was:
Ignite.NET should target .NET Standard so it is available on maximum number of platforms, see
https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
https://weblog.west-wind.com/posts/2016/Nov/23/NET-Standard-20-Making-Sense-of-NET-Again

This will allow us to run on Windows, OSX, and Linux, and target .NET Core in additional to good old regular .NET.

Possible difficulties:
* 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.


> .NET Standard 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
>              Labels: .net
>
> Ignite.NET should target .NET Standard so it is available on maximum number of platforms, see
> https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
> https://weblog.west-wind.com/posts/2016/Nov/23/NET-Standard-20-Making-Sense-of-NET-Again
> https://github.com/dotnet/core/blob/master/roadmap.md
> This will allow us to run on Windows, OSX, and Linux, and target .NET Core in additional to good old regular .NET.
> Possible difficulties:
> * 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)