-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatic port of System.Formats.Cbor documentation #4919
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
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: David Cantú <dacantu@microsoft.com>
This comment has been minimized.
This comment has been minimized.
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.
Mostly suggestions to adjust to the boilerplate formats; otherwise, LGTM.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: David Cantú <dacantu@microsoft.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
Docs Build status updates of commit 8941503:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/Microsoft.Extensions.DependencyInjection/PollyServiceCollectionExtensions.xml | View | Details | |
xml/System.Formats.Cbor/CborConformanceMode.xml | ✅Succeeded | View | |
xml/System.Formats.Cbor/CborReader.xml | ✅Succeeded | View | |
xml/System.Formats.Cbor/CborReaderState.xml | ✅Succeeded | View | |
xml/System.Formats.Cbor/CborSimpleValue.xml | ✅Succeeded | View | |
xml/System.Formats.Cbor/CborTag.xml | ✅Succeeded | View | |
xml/System.Formats.Cbor/CborWriter.xml | ✅Succeeded | View |
xml/Microsoft.Extensions.DependencyInjection/PollyServiceCollectionExtensions.xml
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.PolicyRegistry'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.PolicyRegistry'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IReadOnlyPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IPolicyRegistry`1'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Polly.Registry.IReadOnlyPolicyRegistry`1'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
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 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:
- Try searching in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
The build warnings are unrelated. cc @joelmartinez @TianqiZhang |
@@ -34,7 +34,8 @@ | |||
</ReturnValue> | |||
<MemberValue>19</MemberValue> | |||
<Docs> | |||
<summary>To be added.</summary> | |||
<summary>Indicates that the next CBOR data item encodes a <see cref="T:System.Boolean" /> value (major type 7).</summary> | |||
<remarks>To be added.</remarks> |
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.
@carlossanlop Remarks on enum fields are invalid and (now) cause build warnings. Can you update DocsPortingTool to not add this for enum fields?
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.
I created dotnet/api-docs-sync#24.
Thanks @eiriktsarpalis for letting me know that these APIs had not yet been ported.
CC @gewarren @safern