Skip to content
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

Use Convert.ToHexString #2322

Merged
merged 2 commits into from
Apr 14, 2025
Merged

Conversation

martincostello
Copy link
Contributor

Use Convert.ToHexString() when targeting .NET 8 instead of using a StringBuilder.

Use `Convert.ToHexString()` when targeting .NET 8 instead of using a `StringBuilder`.
@martincostello martincostello requested a review from a team as a code owner April 12, 2025 16:40
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@baywet baywet enabled auto-merge (squash) April 14, 2025 12:28
@baywet baywet merged commit 653b79a into microsoft:main Apr 14, 2025
9 checks passed
@martincostello martincostello deleted the Use-Convert-ToHexString branch April 14, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants