Skip to content

WorkspaceChanged event for external changes (VS 2013) #78

@Inspyro

Description

@Inspyro

In relation to this stackoverflow post, I would like to ask if it's still possible to update a workspace whenever a file gets changed (externally).

Background to my question is, whether it is possible to make a Visual Studio extension that provides the most current version of the Roslyn solution model like it is already possible in Visual Studio 2015 (AFAIK). I guess this could be easily supported for VS2013 by implementing such an extension. Otherwise, when using the MSBuildWorkspace, loading large solutions for every update can take quite some time, which we want to avoid by using a continously updated model.

Maybe this is possible by using a FileSystemWatcher and calling some API function that checks the solution for changes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-IDEConcept-APIThis issue involves adding, removing, clarification, or modification of an API.Resolution-Not ApplicableThe issue is not relevant to code in this repo and is not an external issue.Verification Not Required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions