Example #1
0
 public ProjectAnalysisService(IDependencyGraphService dependencyGraphService, IDotNetRestoreService dotNetRestoreService, IFileSystem fileSystem)
 {
     _dependencyGraphService = dependencyGraphService;
     _dotNetRestoreService   = dotNetRestoreService;
     _fileSystem             = fileSystem;
 }