Ejemplo n.º 1
0
 public static bool IsWebSolution(this IProjectCommand source)
 {
     return(source.Solution() is WebProjectSolution);
 }
Ejemplo n.º 2
0
 public static IDisposable SuspendWatchers(this IProjectCommand source)
 {
     return(new WatcherSuspender(source.Solution() as ISolutionManagement));
 }