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

Add missing xml docs for System.Numerics #106290

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

tannergooding
Copy link
Member

This resolves #88570

@tannergooding
Copy link
Member Author

CC. @carlossanlop

This doesn't handle M:System.Numerics.INumberBase1.TryFormat(System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider) as that API is explicitly implemented and so is not public API surface for the type. I expect the tool doesn't have the same tooling for explicitly implemented interface members on an interface as it does for a regular class.

@tannergooding
Copy link
Member Author

CC. @gewarren for review on the wording.

I copied most of it from existing docs

…OrderIeee754Comparer.cs

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@tannergooding tannergooding reopened this Aug 14, 2024
@tannergooding tannergooding merged commit aac99ee into dotnet:main Aug 14, 2024
145 of 147 checks passed
@tannergooding tannergooding deleted the fix-88570 branch August 14, 2024 09:56
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port System.Numerics documentation for .NET 8.0 APIs
2 participants