You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/06 09:22:00 UTC

[jira] [Commented] (IGNITE-8434) .NET: Service proxies do not work on .NET Core

    [ https://issues.apache.org/jira/browse/IGNITE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465039#comment-16465039 ] 

ASF GitHub Bot commented on IGNITE-8434:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/3946

    IGNITE-8434 .NET: Fix service proxies on .NET Core

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-8434

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3946.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 #3946
    
----
commit e8b39d2c2806b068df74ebac58d4261ea0b03774
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-05-04T08:12:39Z

    Fix DefineDynamicAssembly call

commit 2c4f4cb805077e3d2f4d91cfedf2b516b5c5fe63
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-05-04T08:31:27Z

    Fix DefineDynamicAssembly call

commit 4999a99f01979759942a711fc7b702de8b514ef7
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-05-06T09:11:23Z

    Change to expression trees to work around the limitation of non-callable methods

commit cbae86b59bb97bd3af7f05304bc8f97bc329cb72
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-05-06T09:14:40Z

    Change to expression trees to work around the limitation of non-callable methods

commit 3cf378a2a9c11567d14b211d98cac5c2c23163b2
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-05-06T09:17:56Z

    add explanation

----


> .NET: Service proxies do not work on .NET Core
> ----------------------------------------------
>
>                 Key: IGNITE-8434
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8434
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>
> Service proxies do not work on .NET Core because of conditional compilation in {{ServiceProxyTypeGenerator}}.
> We only compile for a single target, so {{NETCOREAPP2_0}} branch is never used.
> Except in tests, so they pass.



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