[
https://issues.apache.org/jira/browse/IGNITE-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314511#comment-16314511
]
ASF GitHub Bot commented on IGNITE-7281:
----------------------------------------
GitHub user AlexeyRokhin opened a pull request:
https://github.com/apache/ignite/pull/3328
IGNITE-7281: .NET Core - make Services work through custom proxy.
Custom proxy generation implemented to exclude Remoting.Proxies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AlexeyRokhin/ignite ignite-7281
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3328.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3328
----
commit 71fccaa999e913b0f786894e6a783c5d042ad5bb
Author: Alexey Rokhin <arokhin@...>
Date: 2018-01-06T10:17:20Z
IGNITE-7281: .NET Core - make Services work through custom proxy.
----
> .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
> Labels: .NET, xplat
>
> 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
(v6.4.14#64029)