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

Fixes #76 - CS8604 Possible null reference argument for parameter 'value' in 'bool Fraction.TryParse #77

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

danm-de
Copy link
Owner

@danm-de danm-de commented Jul 3, 2024

Fixed nullable issue in Fraction.TryParse(..) reported in #76

Error (active) CS8604 Possible null reference argument for parameter 'value' in 'bool Fraction.TryParse(..)

…or parameter 'value' in 'bool Fraction.TryParse(string value, NumberStyles numberStyles, IFormatProvider? formatProvider, out Fraction fraction)'.
@danm-de danm-de merged commit 785b69f into master Jul 3, 2024
0 of 2 checks passed
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.

1 participant