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

Fix unknown command throws System.InvalidOperationException: Enumeration already finished #542

Merged
merged 2 commits into from
Feb 19, 2024

Commits on Dec 4, 2023

  1. Update tests to run .NET 8

    Adam Sällergård committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    63fb71d View commit details
    Browse the repository at this point in the history
  2. Don't call enumerator.Current if MoveNext is not called or returns fa…

    …lse in CommandArgumentEnumerator.
    Adam Sällergård committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b177f52 View commit details
    Browse the repository at this point in the history