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

Cleanups #1998

Merged
merged 8 commits into from Sep 14, 2022
Merged

Cleanups #1998

merged 8 commits into from Sep 14, 2022

Commits on Sep 11, 2022

  1. Remove calls to ToArray

    jnyrup committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    519dd41 View commit details
    Browse the repository at this point in the history
  2. Don't guard Remove with Contains

    Remove just returns false if the collection does not contain the item.
    jnyrup committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    2ce4d3b View commit details
    Browse the repository at this point in the history
  3. Formatting

    jnyrup committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    eaf64e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2074e17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db7a99d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02a1385 View commit details
    Browse the repository at this point in the history
  7. Use using declaration

    jnyrup committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    513b99f View commit details
    Browse the repository at this point in the history
  8. Remove unused using

    jnyrup committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1275c26 View commit details
    Browse the repository at this point in the history