You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespaceMicrosoft.CodeAnalysis.Host{/// <summary>/// This service allows you to persist information relative to solution, projects and documents./// </summary>publicinterfaceIPersistentStorageService:IWorkspaceService{IPersistentStorageGetStorage(Solutionsolution);}internalinterface}
Note hte unterminated interface. First, observe the following suggestion tag span:
Next, observe the totally broken suggestion:
Note: that "IHost" is being picked because the namespace we're contained in ends with "Host".
The text was updated successfully, but these errors were encountered:
Note hte unterminated interface. First, observe the following suggestion tag span:
Next, observe the totally broken suggestion:
Note: that "IHost" is being picked because the namespace we're contained in ends with "Host".
The text was updated successfully, but these errors were encountered: