-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.Security.Cryptography.Xml triple slash to docs #7096
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
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsPorted with DocsPortingTool. @gewarren targeting the net6-rc1 branch.
|
<param name="strUri">The Uniform Resource Identifier (URI) of the information to be referenced by the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" />.</param> | ||
<param name="typeName">The URI that describes the type of data to retrieve.</param> | ||
<param name="strType">To be added.</param> | ||
<param name="strType">The URI that describes the type of data to retrieve.</param> |
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.
@bartonjs @GrabYourPitchforks this was detected by DocsPortingTool as an argument that got renamed, and had to manually choose which was the old argument name. I am not entirely sure if strType
was typeName
or strUri
, but it made more sense to me to choose the description from typeName
. Was this the right choice?
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.
It's called typeName
in both .NET Framework and .NET (nee Core), for some reason it was strType
in Xamarin.
This comment has been minimized.
This comment has been minimized.
xml/System.Security.Cryptography.Xml/CryptoSignedXmlRecursionException.xml
Outdated
Show resolved
Hide resolved
xml/System.Security.Cryptography.Xml/CryptoSignedXmlRecursionException.xml
Outdated
Show resolved
Hide resolved
xml/System.Security.Cryptography.Xml/CryptoSignedXmlRecursionException.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…xception.xml Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Ported with DocsPortingTool.
@gewarren targeting the net6-rc1 branch.