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

System.Numerics.Complex Parse (string s, IFormatProvider? provider) don't work #104421

Closed
vsfeedback opened this issue Jul 4, 2024 · 3 comments
Closed

Comments

@vsfeedback
Copy link

vsfeedback commented Jul 4, 2024

This issue has been moved from a ticket on Developer Community.


Copy the code into a new console application, and run.

using System.Numerics;

string text = "<47; 0>";
Complex value = Complex.Parse(text, null);  //  Throws OverflowException

Original Comments

Feedback Bot on 6/6/2024, 03:51 AM:

(private comment, text removed)


Original Solutions

(no solutions)

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jul 4, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@liveans
Copy link
Member

liveans commented Jul 4, 2024

This is reproducing in .NET 8.0, I'm not sure this is by design or it's an actual problem.

/cc @tannergooding

@tannergooding
Copy link
Member

Resolved with #104388

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jul 6, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants