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

Stop removing items that were included in the project file #630

Merged
merged 4 commits into from
Jan 14, 2017

Commits on Jan 11, 2017

  1. Stop removing items that were included in the project file

    Instead, only apply the patterns that used to be called DefaultRemoves to the items that are implicitly included.  If someone adds an include for a file to their project file, we should respect that.
    
    Fixes dotnet#623
    Fixes dotnet#588
    dsplaisted committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    b0305f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    67d53f1 View commit details
    Browse the repository at this point in the history
  2. Add test for explicitly including an item from a folder excluded from…

    … the implicit item includes
    dsplaisted committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    a94abce View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Configuration menu
    Copy the full SHA
    47e6e97 View commit details
    Browse the repository at this point in the history