- Changed `ReparseAsync` to be `QueueReparse`. It's now async void to not give the misconception that it blocks until a reparse has been completed. - Removed `IContextChangedListener`. People can get the same effect of the interface by retrieving the document tracker interface via the `RazorEditorFactoryService` and then when its context changes getting the parser. - Exposed `TryGetParser` to aid in replacing `IContextChangedListener`. - Updated tests to not rely on `IContextChangedListener`. |
||
|---|---|---|
| .. | ||
| Editor | ||
| Legacy | ||
| Properties | ||
| DefaultRazorEngineDirectiveResolver.cs | ||
| DefaultRazorEngineDocumentGenerator.cs | ||
| DefaultTagHelperResolver.cs | ||
| DefaultTagHelperResolverFactory.cs | ||
| IRazorEngineDirectiveResolver.cs | ||
| IRazorEngineDocumentGenerator.cs | ||
| Microsoft.VisualStudio.LanguageServices.Razor.csproj | ||
| RazorDiagnosticJsonConverter.cs | ||
| RazorEngineDocument.cs | ||
| RazorLanguageServiceException.cs | ||
| Resources.resx | ||
| TagHelperDescriptorJsonConverter.cs | ||
| TextBufferProjectService.cs | ||
| VisualStudioErrorReporter.cs | ||
| VisualStudioForegroundDispatcher.cs | ||