You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you call ProjectRootElement.RemoveAllChildren() on a project that uses an Sdk (and thus has implicit imports), RemoveFromXml throws when it encounters the implicit Import element.
When you call
ProjectRootElement.RemoveAllChildren()on a project that uses an Sdk (and thus has implicit imports),RemoveFromXmlthrows when it encounters the implicit Import element.