aspnetcore/src
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Language
Microsoft.AspNetCore.Razor.Runtime
Microsoft.CodeAnalysis.Razor
Microsoft.CodeAnalysis.Razor.Workspaces Add EditorSettings management to workspaces. 2017-10-24 10:42:49 -07:00
Microsoft.CodeAnalysis.Remote.Razor Pin CodeAnalysis.CSharp to workaround newer VS MSBuild restore fixes. 2017-10-17 16:45:17 -07:00
Microsoft.VisualStudio.Editor.Razor React to API feedback on VisualStudioRazorParser. 2017-10-25 10:28:01 -07:00
Microsoft.VisualStudio.LanguageServices.Razor React to API feedback on VisualStudioRazorParser. 2017-10-25 10:28:01 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor
RazorPageGenerator RazorPageGenerator: extracted creating RazorEngine into a method [refactoring] (#1727) 2017-10-23 12:44:29 -07:00
Directory.Build.props