Razor/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 Fix: Broken intellisense for extensible directives 2017-08-29 14:47:52 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Fix: Broken intellisense for extensible directives 2017-08-29 14:47:52 -07:00
Microsoft.AspNetCore.Razor.Language.Test Link syntax tree Span nodes 2017-10-10 13:07:27 -07:00
Microsoft.AspNetCore.Razor.Performance Use PackageLineup to manage PackageReference versions 2017-08-25 15:44:05 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test Use PackageLineup to manage PackageReference versions 2017-08-25 15:44:05 -07:00
Microsoft.AspNetCore.Razor.Test.Common Link syntax tree Span nodes 2017-10-10 13:07:27 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim Use PackageLineup to manage PackageReference versions 2017-08-25 15:44:05 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X Use PackageLineup to manage PackageReference versions 2017-08-25 15:44:05 -07:00
Microsoft.CodeAnalysis.Razor.Test Use PackageLineup to manage PackageReference versions 2017-08-25 15:44:05 -07:00
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