[
https://issues.apache.org/jira/browse/IGNITE-27068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Stronchinskiy updated IGNITE-27068:
------------------------------------------
Description:
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]
was:
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
> .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
> Priority: Major
>
> 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)