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

Implement ISpanFormattable for DefaultFormatter #434

Merged
merged 3 commits into from
Jul 11, 2024

Commits on Jul 7, 2024

  1. Initial commit

    * Implement ISpanFormattable for DefaultFormatter
    * Remove usage of stack buffer for ISpanFormattable in ZCharArray
    * Make IFormatProvider an optional argument in ZCharArray.Write overloads
    * Add unit tests
    axunonb committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a6940e3 View commit details
    Browse the repository at this point in the history
  2. Unit test ISpanFormattable exceeding initial buffer length

    * Update class xmldoc
    * Add missing pragma NET6_0_OR_GREATER
    * Add unit test for ISpanFormattable exceeding buffer on first attempt
    axunonb committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fb41f9f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Re-add wiki update checks

    axunonb committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    891f0cb View commit details
    Browse the repository at this point in the history