fix error
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
_solutionFilePath = solutionFilePath;
|
||||
|
||||
await BuildService.BuildSolutionAsync(_solutionFilePath);
|
||||
var solutionModel = await RoslynTest.Analyse(_solutionFilePath);
|
||||
var solutionModel = await VsPersistenceMapper.GetSolutionModel(_solutionFilePath);
|
||||
_solutionModel = solutionModel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user