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

Avoid allocating empty arrays #302

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Avoid allocating empty arrays #302

wants to merge 3 commits into from

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    55c816c View commit details
    Browse the repository at this point in the history
  2. Use StringBuilder.Append(char) instead of (string)

    CA1834: Use StringBuilder.Append(char) for single character strings
    https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1834
    decriptor committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    fa2e0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e674c3a View commit details
    Browse the repository at this point in the history