fix error
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
public string FilePath { get; set; } = null!;
|
||||
|
||||
private string? _fileContent;
|
||||
private string? _unsavedFileContent;
|
||||
private bool _unsavedEdits = false;
|
||||
|
||||
StandaloneCodeEditor _codeEditorRef = null!;
|
||||
|
||||
@@ -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