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
In Visual Studio 2017, write a code refactor that generates na AdditionalDocument and add it to the a Project through Project.AddAdditionalDocument(string, SourceText,, Folders)
Though the Visual Studio Instance now has the AdditionalDocument visible in the solution explorer, if you get the instance of the modified Project, property AdditionalDocuments count is 0.
Expected Behavior:
After adding na AdditionalDocument to a Project, when running getting the new instance the Document should be available in the Project AdditionalDocuments property Actual Behavior:
There are no Additional Documents in the Project AdditionalDocuments collection
The text was updated successfully, but these errors were encountered:
Version Used:
1.3.2
Steps to Reproduce:
Expected Behavior:
After adding na AdditionalDocument to a Project, when running getting the new instance the Document should be available in the Project AdditionalDocuments property
Actual Behavior:
There are no Additional Documents in the Project AdditionalDocuments collection
The text was updated successfully, but these errors were encountered: