c# - Roslyn - Use VisualStudioWorkspace in Visual Studio 2010 -


is possible somehow use visualstudioworkspace service, in vsextension targets visual studio version 2010?(http://source.roslyn.codeplex.com/#microsoft.visualstudio.languageservices/implementation/projectsystem/visualstudioworkspace.cs,e757fe6b8e91e765)

i tried import service using mef, described @ https://joshvarty.wordpress.com/2014/09/12/learn-roslyn-now-part-6-working-with-workspaces/, that's not working @ all.

[import(typeof(microsoft.visualstudio.languageservices.visualstudioworkspace))]  public visualstudioworkspace myworkspace { get; set; }  

no. visualstudioworkspace exists in vs2015 , newer.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -