aspnetcore/src/Microsoft.VisualStudio.Lang...
N. Taylor Mullen ab62ea9321 React to API feedback on VisualStudioRazorParser.
- 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`.
2017-10-25 10:28:01 -07:00
..
Editor React to API feedback on VisualStudioRazorParser. 2017-10-25 10:28:01 -07:00
Legacy Split LanguageServices.Razor. 2017-09-29 16:26:50 -07:00
Properties
DefaultRazorEngineDirectiveResolver.cs
DefaultRazorEngineDocumentGenerator.cs
DefaultTagHelperResolver.cs Add a background listener for notifications 2017-09-18 16:56:53 -07:00
DefaultTagHelperResolverFactory.cs Add a background listener for notifications 2017-09-18 16:56:53 -07:00
IRazorEngineDirectiveResolver.cs
IRazorEngineDocumentGenerator.cs
Microsoft.VisualStudio.LanguageServices.Razor.csproj Split LanguageServices.Razor. 2017-09-29 16:26:50 -07:00
RazorDiagnosticJsonConverter.cs
RazorEngineDocument.cs
RazorLanguageServiceException.cs
Resources.resx
TagHelperDescriptorJsonConverter.cs
TextBufferProjectService.cs
VisualStudioErrorReporter.cs Add a background listener for notifications 2017-09-18 16:56:53 -07:00
VisualStudioForegroundDispatcher.cs