IDE API Changes from Review #45213
Labels
Area-IDE
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Milestone
Notes added in #45211
SolutionInfo.Create
Add
EditorBrowsable(Never)
to the backcompat overload.SymbolFinder.Find(Derived(Classes|Interfaces)|Interfaces)Async
We should reconsider adding multiple overloads, and instead remove the default parameters from the existing overload and introduce a new overload with
transitive
set totrue
to match current behavior.This is our standard modus operandi for these scenarios.
Renamer.RenameDocumentAsync
Make this and the related structs internal unless we have a partner team ready to consume the API in 16.7. We can make the API public again when someone is ready to consume and validate the API shape.
The text was updated successfully, but these errors were encountered: