dotnet/roslyn

Solution.AddAdditionalDocument does not add a new file with AdditionalFiles item type

Open

#4.655 geöffnet am 19. Aug. 2015

Auf GitHub ansehen
 (31 Kommentare) (9 Reaktionen) (1 zugewiesene Person)C# (4.257 Forks)batch import
Area-IDEBugConcept-APIhelp wanted

Repository-Metriken

Stars
 (20.414 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

When adding a new file to a solution from within a codefix provider using the Solution.AddAdditionalDocument method, the file gets added with an item type of None where an item type of AdditionalFiles is expected.

This issue was observed using VS2015 RTM with roslyn 1.0.0

Contributor Guide