Version Used: 3.9.0
Steps to Reproduce:
var msw = MSBuildWorkspace.Create();
var project = await msw.OpenProjectAsync("...");
var updated = project.AddAdditionalDocument("Test", SourceText.From("Hello world", Encoding.UTF8));
msw.TryApplyChanges(updated.Project.Solution);
Expected Behavior:
Additional documents are added / changed in the workspace
Actual Behavior:
An exception from Microsoft.CodeAnalysis.Workspace.CheckAllowedProjectChanges(ProjectChanges) that this operation is unsupported.
Version Used: 3.9.0
Steps to Reproduce:
Expected Behavior:
Additional documents are added / changed in the workspace
Actual Behavior:
An exception from
Microsoft.CodeAnalysis.Workspace.CheckAllowedProjectChanges(ProjectChanges)that this operation is unsupported.