You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Charles Salmon (JIRA)" <ji...@apache.org> on 2018/09/18 03:47:00 UTC

[jira] [Updated] (IGNITE-9623) AmbiguousMatchException Introduced by New .NET Core 2.1 String.Contains Overloads

     [ https://issues.apache.org/jira/browse/IGNITE-9623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Salmon updated IGNITE-9623:
-----------------------------------
    Description: 
A couple of new {{String.Contains}} overloads were proposed [here|https://github.com/dotnet/corefx/issues/25094], and are documented as being included in .NET Core 2.1 [here|https://docs.microsoft.com/en-us/dotnet/api/system.string.contains?view=netcore-2.1].

The {{MethodVisitor}}, provided as part of {{Apache.Ignite.Linq}} blows up while initializing the {{Delegates}} dictionary, as the result of this.

  was:
A couple of new String.Contains overloads were proposed [here|https://github.com/dotnet/corefx/issues/25094], and are documented as being included in .NET Core 2.1 [here|https://docs.microsoft.com/en-us/dotnet/api/system.string.contains?view=netcore-2.1].

The {{MethodVisitor}}, provided as part of {{Apache.Ignite.Linq}} blows up while initializing the {{Delegates}} dictionary, as the result of this.


> AmbiguousMatchException Introduced by New .NET Core 2.1 String.Contains Overloads
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-9623
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9623
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.6
>         Environment: .NET Core 2.1
>            Reporter: Charles Salmon
>            Priority: Critical
>              Labels: LINQ
>
> A couple of new {{String.Contains}} overloads were proposed [here|https://github.com/dotnet/corefx/issues/25094], and are documented as being included in .NET Core 2.1 [here|https://docs.microsoft.com/en-us/dotnet/api/system.string.contains?view=netcore-2.1].
> The {{MethodVisitor}}, provided as part of {{Apache.Ignite.Linq}} blows up while initializing the {{Delegates}} dictionary, as the result of this.



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