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
The ProjectSnapshotManager service is defined as a Roslyn language service and can be acquired from a Roslyn workspace. However, it is also exposed as a MEF export via the ProjectSnapshotManagerAccessor class. This issue tracks removing the accessor class and the Roslyn language service, and expoorting the ProjectSnapshotManager singleton via MEF.
The text was updated successfully, but these errors were encountered:
The
ProjectSnapshotManager
service is defined as a Roslyn language service and can be acquired from a Roslyn workspace. However, it is also exposed as a MEF export via theProjectSnapshotManagerAccessor
class. This issue tracks removing the accessor class and the Roslyn language service, and expoorting theProjectSnapshotManager
singleton via MEF.The text was updated successfully, but these errors were encountered: