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/10/17 09:54:25 UTC

[GitHub] ignite pull request #5009: IGNITE-9877 .NET: Fix AmbiguousMatchException in ...

GitHub user ptupitsyn opened a pull request:

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

    IGNITE-9877 .NET: Fix AmbiguousMatchException in LINQ under .NET Core 2.1

    

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

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

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

    https://github.com/apache/ignite/pull/5009.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 #5009
    
----
commit 51d30c8f312443a5fbe5032c4018cb83a2f12381
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-10-17T08:51:34Z

    Update ifdefs to exclude NETCOREAPP2_1

commit 15158ffaecbccd2c407d0e58e40d0695c37ae152
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-10-17T08:56:14Z

    Ignore test instead of failing it

commit 88dce6dd7f45ad9a0720ae7cb5c9d63885febeae
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-10-17T09:40:27Z

    Fix ambiguity for Contains method retrieval

commit 86c473e828e6e11a94bb1c43a562f22156473dd3
Author: Pavel Tupitsyn <pt...@...>
Date:   2018-10-17T09:50:28Z

    cleanup

----


---

[GitHub] ignite pull request #5009: IGNITE-9877 .NET: Fix AmbiguousMatchException in ...

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

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


---