aspnetcore/test
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.Test
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test
Microsoft.AspNetCore.Razor.Language.Test
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Add EditorSettings management to workspaces. 2017-10-24 10:42:49 -07:00
Microsoft.VisualStudio.Editor.Razor.Test React to API feedback on VisualStudioRazorParser. 2017-10-25 10:28:01 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Add smart indentation for brace completion. 2017-10-12 15:30:28 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Make AtDirectiveCompletionPoint resilient to null owners. 2017-10-25 09:44:33 -07:00
RazorPageGenerator.Test RazorPageGenerator: extracted creating RazorEngine into a method [refactoring] (#1727) 2017-10-23 12:44:29 -07:00