You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ptupitsyn <gi...@git.apache.org> on 2018/05/06 09:21:38 UTC

[GitHub] ignite pull request #3946: IGNITE-8434 .NET: Fix service proxies on .NET Cor...

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

----


---

[GitHub] ignite pull request #3946: IGNITE-8434 .NET: Fix service proxies on .NET Cor...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---