Skip to content

Generate more friendly overloads on net35#892

Merged
AArnott merged 1 commit intomainfrom
fix888
Mar 20, 2023
Merged

Generate more friendly overloads on net35#892
AArnott merged 1 commit intomainfrom
fix888

Conversation

@AArnott
Copy link
Copy Markdown
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

1 participant