Sergey Stronchinskiy created IGNITE-27068:
---------------------------------------------
Summary: .NET: Thin 3.0: Support in LINQ C# 14 span methods
Key: IGNITE-27068
URL: https://issues.apache.org/jira/browse/IGNITE-27068
Project: Ignite
Issue Type: Improvement
Components: platforms ai3, thin clients ai3
Reporter: Sergey Stronchinskiy
C# 14 introduces first-class support for _System.Span<T>_ and
_System.ReadOnlySpan<T>_ which results in methods like _new int[0].Contains()_
translated into _MemoryExtensions.{MethodName}_ instead of
_Enumerable.{MethodName}_.
Known workarounds and more info -
https://stackoverflow.com/questions/79820424/net-9-net-10-mongodb-query-using-array-contains-throws-notsupportedexcepti/79820634#79820634
--
This message was sent by Atlassian Jira
(v8.20.10#820010)