You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/03/20 08:49:00 UTC

[jira] [Updated] (IGNITE-7281) .NET: Services do not work on .NET Core

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

Vladimir Ozerov updated IGNITE-7281:
------------------------------------
    Fix Version/s: 2.4

> .NET: Services do not work on .NET Core
> ---------------------------------------
>
>                 Key: IGNITE-7281
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7281
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Alexey Rokhin
>            Priority: Major
>              Labels: .NET, xplat
>             Fix For: 2.4
>
>
> We rely on {{System.Runtime.Remoting.Proxies.RealProxy}} for dynamic proxy generation. However, remoting is not supported on .NET Core.
> Investigate whether we can get rid of RealProxy and generate runtime proxies manually. Basically, we need to emit an interface implementation where every method just delegates to our code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)