-
Notifications
You must be signed in to change notification settings - Fork 1.6k
CI Update - .NET 7 Preview 4 assemblies #8122
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
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=296273&view=results source_repo.branch:net7-pre4 source_repo.url:https://apidrop.visualstudio.com/_git/binaries
This comment was marked as outdated.
This comment was marked as outdated.
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=296367&view=results source_repo.branch:net7-pre4 source_repo.url:https://apidrop.visualstudio.com/_git/binaries
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
For the renamed types, there's some data loss in the documentation comments that we can address in a separate PR.
<typeparam name="TSelf">The type that implements this interface.</typeparam> | ||
<typeparam name="TResult">The type that contains the additive identify of <typeparamref name="TSelf" />.</typeparam> | ||
<summary>Defines a mechanism for getting the additive identity of a given type.</summary> | ||
<typeparam name="TSelf">To be added.</typeparam> |
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.
Comment loss here.
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 can take care of this with the porting tool.
</ReturnValue> | ||
<Docs> | ||
<summary>Gets the additive identity of the current type.</summary> | ||
<summary>To be added.</summary> |
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.
And here.
<typeparam name="TOther">The type that will is used in the operation with <typeparamref name="TSelf" />.</typeparam> | ||
<typeparam name="TResult">The type that contains the result of <typeparamref name="TSelf" /> op <typeparamref name="TOther" />.</typeparam> | ||
<summary>Defines a mechanism for performing bitwise operations over two values.</summary> | ||
<typeparam name="TSelf">To be added.</typeparam> |
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.
Comment loss. Looks like we'll have to manually port the doc comments for the renamed interfaces.
<Docs> | ||
<typeparam name="TSelf">The type that implements this interface.</typeparam> | ||
<summary>Defines a mechanism for parsing a string to a value.</summary> | ||
<typeparam name="TSelf">To be added.</typeparam> |
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.
Comment loss.
<Docs> | ||
<typeparam name="TSelf">The type that implements this interface.</typeparam> | ||
<summary>Defines a mechanism for parsing a span of characters to a value.</summary> | ||
<typeparam name="TSelf">To be added.</typeparam> |
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.
Comment loss.
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.
LGTM @gewarren . I'll make sure the porting tool addresses the renamed API documentation.
Build.Reason:Manual by Genevieve Warren
Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=296273&view=results
source_repo.branch:net7-pre4
source_repo.url:https://apidrop.visualstudio.com/_git/binaries