roslyn
roslyn copied to clipboard
Ignore user-defined Span conversions
- Ignores span UDCs
- Adds new "explicit span conversion"
- Fixes nullability analysis of span conversions
Test plan: https://github.com/dotnet/roslyn/issues/73445 Corresponding speclet update: https://github.com/dotnet/csharplang/pull/8167