Skip to content

Conversation

@AArnott
Copy link
Member

@AArnott AArnott commented Mar 20, 2023

We were excluding certain friendly overloads on net35 on the basis that Span<T> isn't supported there, even when the friendly overloads didn't require that type. With this change, we have fine-tuned the exclusion to only restrict the friendly overloads' parameter changes that would require Span<T>. This fixes #888.

We were excluding certain friendly overloads on net35 on the basis that `Span<T>` isn't supported there, even when the friendly overloads didn't require that type. With this change, we have fine-tuned the exclusion to only restrict the friendly overloads' parameter changes that would require `Span<T>`.
This fixes #888.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CS1503: Argument cannot convert from System.GUID to System.GUID* at TFM net35

2 participants