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
Use ProjectLoader.loadProject + getLoadedProjectInfo instead of WorkspaceLoader
Adopt the simpler lower-level API from Ionide.ProjInfo (as in PR #1055):
- Replace WorkspaceLoader.Create + Notifications + LoadProjects with
ProjectLoader.loadProject + ProjectLoader.getLoadedProjectInfo
- Add explicit Microsoft.Build reference (compile-time only, ExcludeAssets=runtime)
since ProjectCollection is now directly instantiated in user code
- Fewer lines of code, no async notification subscription needed
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments