Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Parse/TryParse for Guid #47

Closed
wants to merge 1 commit into from

Conversation

hadashiA
Copy link
Contributor

@hadashiA hadashiA commented Feb 8, 2024

ISpanParsable<Guid.>Parse cannot be called because Guid is explicily implemented ISpanParsable.
In #44, so we stopped generate it.

However, It can call the Guid.Parse implementation by defining class Proxy<T> where T : IParsable<Guid> and use as Proxy<Guid>.

This PR try to implement it and support Parse of Guid.

@hadashiA hadashiA force-pushed the hadashiA/support-guid-parse branch from e969e0c to d0dbea3 Compare March 28, 2024 09:47
Copy link

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Sep 25, 2024
@github-actions github-actions bot closed this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant