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.patchTo 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 <ptupitsyn@...>
Date: 2018-10-17T08:51:34Z
Update ifdefs to exclude NETCOREAPP2_1
commit 15158ffaecbccd2c407d0e58e40d0695c37ae152
Author: Pavel Tupitsyn <ptupitsyn@...>
Date: 2018-10-17T08:56:14Z
Ignore test instead of failing it
commit 88dce6dd7f45ad9a0720ae7cb5c9d63885febeae
Author: Pavel Tupitsyn <ptupitsyn@...>
Date: 2018-10-17T09:40:27Z
Fix ambiguity for Contains method retrieval
commit 86c473e828e6e11a94bb1c43a562f22156473dd3
Author: Pavel Tupitsyn <ptupitsyn@...>
Date: 2018-10-17T09:50:28Z
cleanup
----
---