Skip to content

Fix class/struct naming #9405

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

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Fix class/struct naming #9405

merged 1 commit into from
Oct 25, 2023

Conversation

deeprobin
Copy link
Contributor

Summary

While working on the CngProperty class (see dotnet/runtime#93805),
I discovered a little something in the documentation.

The docs refer to CngProperty as a class, even though it is a struct.
This PR fixes that - no special issue for it (I can create a issue if needed).

/cc @gewarren @vcsjones

@deeprobin deeprobin requested a review from a team as a code owner October 25, 2023 18:44
@ghost ghost added community-contribution Indicates that the PR has been added by a community member area-System.Security Issues related to security practices for .NET developers. labels Oct 25, 2023
@ghost
Copy link

ghost commented Oct 25, 2023

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Summary

While working on the CngProperty class (see dotnet/runtime#93805),
I discovered a little something in the documentation.

The docs refer to CngProperty as a class, even though it is a struct.
This PR fixes that - no special issue for it (I can create a issue if needed).

/cc @gewarren @vcsjones

Author: deeprobin
Assignees: -
Labels:

area-System.Security, community-contribution

Milestone: -

Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @deeprobin!

@gewarren gewarren enabled auto-merge (squash) October 25, 2023 19:01
@learn-build-service-prod
Copy link

Learn Build status updates of commit 0b2b954:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Security.Cryptography/CngProperty.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@gewarren gewarren merged commit cfb15ea into dotnet:main Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Security Issues related to security practices for .NET developers. community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants