-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix api documentation for System/System.Numerics #8423
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
Conversation
…ValuesAsUnderlyingType
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
… fix-runtime-72410-2
… fix-runtime-72410-2
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsFixes dotnet/runtime#72410, fixes part of dotnet/runtime#72400. Also fixes a typo where APIs previously said "Tries to parses". Should mirror the source code changes here: dotnet/runtime#76103.
|
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
Docs Build status updates of commit 6a75b65: 💡 Validation status: suggestionsThis comment lists only the first 25 files in the pull request. xml/System.Numerics/BigInteger.xml
xml/System/DateTime.xml
xml/System/DateTimeOffset.xml
xml/System/Decimal.xml
xml/System/Double.xml
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All CI suggestions are a known issue in mdoc (operators don't respect inheritdoc).
Left the two suggestions that match your PR in runtime. After they get applied, it's good to merge.
Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com>
Sorry for the double commits; github won't met me batch them. |
We forgive you, @dakersnar 😄 . Did you attempt to batch them directly here in the "Conversation" tab? Because you can't. You can only batch them in the "Files Changed" tab. |
Docs Build status updates of commit 8e3fd8f: 💡 Validation status: suggestionsThis comment lists only the first 25 files in the pull request. xml/System.Numerics/BigInteger.xml
xml/System/DateTime.xml
xml/System/DateTimeOffset.xml
xml/System/Decimal.xml
xml/System/Double.xml
This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
@carlossanlop When I went to the files tab, only one of the two suggestions showed up there. This has happened twice today on this PR and I'm not sure what is causing it. Clicking "conversations" and selecting the hidden comment just gave me nothing. I will note that now I can see them, so I can't reproduce it. |
Possibly you weren't looking at all commits? |
That's possible. If it happens again, I'll try to dig into it more. |
The last 2 commits look good: https://review.learn.microsoft.com/en-us/dotnet/api/system.numerics.matrix4x4.item?view=net-7.0&branch=pr-en-us-8423#exceptions Since @gewarren already signed-off, and this was the only change left to verify, this is good to merge (and the runtime PR as well, assuming the changes there are identical to the ones here). |
Fixes dotnet/runtime#72410, fixes part of dotnet/runtime#72400. Also fixes a typo where APIs previously said "Tries to parses".
Should mirror the source code changes here: dotnet/runtime#76103.