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

Add Utf8.TryWrite #83852

Merged
merged 3 commits into from
Apr 6, 2023
Merged

Add Utf8.TryWrite #83852

merged 3 commits into from
Apr 6, 2023

Commits on Mar 28, 2023

  1. Add Utf8.TryWrite

    Initial implementation of Utf8.TryWriteUtf8. The performance of this won't be great at present, but will improve as our cores types add implementation of IUtf8SpanFormattable. For tests, I copy/pasted the tests we had for MemoryExtensions.TryWrite and searched/replaced to make them work for Utf8.TryWrite.
    stephentoub committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d5ca248 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    a638eb1 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    stephentoub committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    76edd9a View commit details
    Browse the repository at this point in the history