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
When adding a new file to a solution from within a codefix provider using the
Solution.AddAdditionalDocumentmethod, the file gets added with an item type ofNonewhere an item type ofAdditionalFilesis expected.This issue was observed using VS2015 RTM with roslyn 1.0.0