aspnetcore/test/Microsoft.AspNetCore.Razor..../Language
N. Taylor Mullen 1aa15374b5 Add partial parsing of `@functions` directive body.
- Added ability to understand valid inserts, deletes and replacements for the `@functions` directive (and any other directive that uses our extensible code block bits).
- Added unit tests.
- Updated existing tests.
- Found an issue when completing some C# items the auto-completions would impact the underlying snapshot after we'd captured the change. Fixed this by forcing a reparse when we detect that our understanding of the latest snapshot and the actual latest snapshot diverge.

#2408
2018-06-18 17:11:40 -07:00
..
CodeGeneration Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
IntegrationTests Upgrade to netcoreapp22 2018-05-08 15:22:54 -07:00
Intermediate Rename properties on taghelper nodes 2017-07-07 11:32:05 -07:00
Legacy Add partial parsing of `@functions` directive body. 2018-06-18 17:11:40 -07:00
RazorEngineBuilderExtensions.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorProjectEngineBuilderExtensions.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
SyntaxTreeVerifier.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
TestBoundAttributeDescriptorBuilderExtensions.cs
TestFile.cs
TestProject.cs Make `TestProject.GetProjectDirectory` more thorough when finding project directory. 2018-03-26 12:36:46 -07:00
TestRazorCodeDocument.cs
TestRazorProjectFileSystem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
TestRazorProjectItem.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
TestRazorSourceDocument.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
TestRequiredAttributeDescriptorBuilderExtensions.cs
TestTagHelperDescriptorBuilderExtensions.cs
TestTagHelperFeature.cs
TestTagMatchingRuleDescriptorBuilderExtensions.cs