-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
The C# 14 compiler now unhelpfully targets MemoryExtensions.Contains instead of Enumerable.Contains.
While this was addressed in CSHARP-5749 there is also a scenario where depending on the type (if it doesn't implement IEquatable<T>) it targets the 3-argument version of MemoryExtensions.Contains passing in a null to the third (optional) argument.