File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ public void SetSlnFilePath(string path)
155155 var timer = Stopwatch . StartNew ( ) ;
156156 var ( solutionModel , vsSln , solutionSerializer ) = await VsPersistenceSolutionService . ReadSolution ( path ) ;
157157 timer . Stop ( ) ;
158- _logger . LogInformation ( "Solution model fully created in {ElapsedMilliseconds} ms" , timer . ElapsedMilliseconds ) ;
159158 await _nodeReadyTcs . Task ;
160159 // Do not use injected services until after _nodeReadyTcs - Services aren't injected until _Ready
160+ _logger . LogInformation ( "Solution model fully created in {ElapsedMilliseconds} ms" , timer . ElapsedMilliseconds ) ;
161161 await _vsPersistenceSolutionService . LoadSolution ( path , vsSln , solutionSerializer ) ;
162162 _sharpIdeSolutionAccessor . SolutionModel = solutionModel ;
163163 _sharpIdeSolutionAccessor . SolutionReadyTcs . SetResult ( ) ;
You can’t perform that action at this time.
0 commit comments