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

Building a subset of a VS solution at the command line causes MSB4057 #6465

Merged
merged 3 commits into from May 20, 2021

Commits on May 19, 2021

  1. Do not use Exclude

    Exclude takes a snapshot of what we're excluding. We change the Enumerable mid-enumeration, which makes that invalid.
    Forgind committed May 19, 2021
    Copy the full SHA
    b00d82c View commit details
    Browse the repository at this point in the history
  2. Add test

    Forgind committed May 19, 2021
    Copy the full SHA
    94ce625 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Bump version to 16.10.1

    rainersigwald committed May 20, 2021
    Copy the full SHA
    d6a27dd View commit details
    Browse the repository at this point in the history