Skip to content

In .NET 7+, call IParsable<T>.Parse via a wrapper method #3142

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

Closed
wants to merge 1 commit into from

Conversation

kzrnm
Copy link

@kzrnm kzrnm commented Jan 21, 2025

Fix #3141

Added .net7.0 to TargetFrameworks in xunit.v3.common and created a wrapper method to call IParsable<T>.Parse, which seems to resolve the issue.

@bradwilson
Copy link
Member

We cannot add new target frameworks. This bug must be fixed another way.

@kzrnm kzrnm closed this Jan 22, 2025
@kzrnm kzrnm deleted the IParsable branch January 22, 2025 11:58
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.

Error when implementing IParsable<T> via a wrapper interface
2 participants