MSTest 4.4.1 Fixes the CS0121 Ambiguous Assert Calls That 4.4.0 Broke Below C# 14
MSTest 4.4.0 added Span<T> and ReadOnlySpan<T> overloads to Assert.Contains and Assert.DoesNotContain, which made ordinary array and string assertions fail with CS0121 on net8.0, net9.0, or any project below C# 14. MSTest 4.4.1, published on 2026-09-16, adds exact array overloads and constrained forwarders. Two explicit-generic call shapes still fail.