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 2018/01/02 21:51:00 UTC

[jira] [Updated] (IGNITE-7000) .NET: Document .NET Core support and running on Linux / macOs

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

Pavel Tupitsyn updated IGNITE-7000:
-----------------------------------
    Description: 
Create a documentation page about running Ignite.NET under .NET Core and/or Linux. Things to mention:
* Exceptions and delegates can't be serialized under .NET Core: https://github.com/dotnet/corefx/issues/24424
* Build warning - suppress {{NU1701}} with {{<PropertyGroup><NoWarn>NU1701</NoWarn></PropertyGroup>}}
* Java home, dll paths, etc
* Publish and deploy (copy libs folder to {{dotnet publish}} dir)
* macOs: document {{No Java runtime present, requesting install.}} issue https://bugs.openjdk.java.net/browse/JDK-7131356, https://github.com/s-u/rJava/issues/37
* Service proxies are not supported because {{Remoting}} is not available on .NET Core: IGNITE-7281
* VS Code and Rider
* Mono is supported (useful for 32 bit and/or older distros)

  was:
Create a documentation page about running Ignite.NET under .NET Core and/or Linux. Things to mention:
* Exceptions and delegates can't be serialized under .NET Core: https://github.com/dotnet/corefx/issues/24424
* Build warning - suppress {{NU1701}} with {{<PropertyGroup><NoWarn>NU1701</NoWarn></PropertyGroup>}}
* Java home, dll paths, etc
* Publish and deploy (copy libs folder to {{dotnet publish}} dir)
* macOs: document {{No Java runtime present, requesting install.}} issue https://bugs.openjdk.java.net/browse/JDK-7131356, https://github.com/s-u/rJava/issues/37
* Service proxies are not supported because {{Remoting}} is not available on .NET Core: IGNITE-7281
* VS Code and Rider


> .NET: Document .NET Core support and running on Linux / macOs
> -------------------------------------------------------------
>
>                 Key: IGNITE-7000
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7000
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation, platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .NET, xplat
>             Fix For: 2.4
>
>
> Create a documentation page about running Ignite.NET under .NET Core and/or Linux. Things to mention:
> * Exceptions and delegates can't be serialized under .NET Core: https://github.com/dotnet/corefx/issues/24424
> * Build warning - suppress {{NU1701}} with {{<PropertyGroup><NoWarn>NU1701</NoWarn></PropertyGroup>}}
> * Java home, dll paths, etc
> * Publish and deploy (copy libs folder to {{dotnet publish}} dir)
> * macOs: document {{No Java runtime present, requesting install.}} issue https://bugs.openjdk.java.net/browse/JDK-7131356, https://github.com/s-u/rJava/issues/37
> * Service proxies are not supported because {{Remoting}} is not available on .NET Core: IGNITE-7281
> * VS Code and Rider
> * Mono is supported (useful for 32 bit and/or older distros)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)