-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Milestone
Description
Pull request #28294 introduces a new interface INavigateToSearchService_RemoveInterfaceAboveAndRenameThisAfterInternalsVisibleToUsersUpdate which contains a new definition for INavigateToSearchService.
- The F# and TypeScript projects should migrate their implementations of
INavigateToSearchServicetoINavigateToSearchService_RemoveInterfaceAboveAndRenameThisAfterInternalsVisibleToUsersUpdate - After the first step is complete, dotnet/roslyn along with F# and TypeScript can coordinate to remove the current
INavigateToSearchServiceinterface and renameINavigateToSearchService_RemoveInterfaceAboveAndRenameThisAfterInternalsVisibleToUsersUpdatetoINavigateToSearchService
Reactions are currently unavailable