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

Ignore implicit on remove #1446

Merged

Conversation

rainersigwald
Copy link
Member

@rainersigwald rainersigwald commented Dec 6, 2016

Fixes #1445.

Simulates the Roslyn Project System's "Reloadable projects" feature that
is used to edit a project without unloading it from VS first.
Fixes dotnet#1445.

When RemoveAllChildren was called on an Sdk-using project after
DeepCopyFrom()'ing into the project, it threw an Xml exception because the
code was trying to remove an element that the Xml tree didn't know about.
As with AddToXml, the solution is to ignore implicit elements.
Copy link
Contributor

@jeffkl jeffkl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants