-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEConcept-Design DebtEngineering Debt, Design Debt, or poor product code qualityEngineering Debt, Design Debt, or poor product code quality
Milestone
Description
Project.RemoveDocuments: Everything else in this type usesIEnumerable<T>, notImmutableArray<T>. If we could start again from day 1 we might make everything that, but given that everything today uses the former, we should do so here. This applies to the overloads onSolutionas well.Solution.RemoveAdditonalDocuments/RemoveAnalyzerConfigDocuments: We added these toSolution, but not to project, even though that also has the invididualRemovemethods. We should add them toProjectas well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEConcept-Design DebtEngineering Debt, Design Debt, or poor product code qualityEngineering Debt, Design Debt, or poor product code quality