aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 4cd24a2b08 Add experimental flag to un-special-case data-
This change allows blazor to opt into treating data- attributes the same
way as normal attributes in the parser.
2018-04-05 15:27:04 -07:00
..
CodeGeneration Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
Extensions Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
IntegrationTests Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Add experimental flag to un-special-case data- 2018-04-05 15:27:04 -07:00
Properties
TestFiles Add support for type parameters to class nodes 2018-04-05 15:26:42 -07:00
BoundAttributeDescriptorExtensionsTest.cs Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
DefaultAllowedChildTagDescriptorBuilderTest.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
DefaultBoundAttributeDescriptorBuilderTest.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultDocumentClassifierPassTest.cs
DefaultItemCollectionTest.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultRazorCSharpLoweringPhaseTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs
DefaultRazorDocumentClassifierPhaseTest.cs
DefaultRazorEngineBuilderTest.cs Reduce public surface area of some APIs. 2017-07-06 16:50:11 -07:00
DefaultRazorEngineTest.cs
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
DefaultRazorIntermediateNodeLoweringPhaseTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorOptimizationPhaseTest.cs
DefaultRazorParsingPhaseTest.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -08:00
DefaultRazorProjectEngineBuilderTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectEngineIntegrationTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectEngineTest.cs Handle unreadable import items in design time 2018-03-19 15:39:25 -07:00
DefaultRazorProjectFileSystemTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorProjectItemTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRazorSyntaxTreePhaseTest.cs
DefaultRazorTagHelperBinderPhaseTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultRequiredAttributeDescriptorBuilderTest.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DirectiveDescriptorBuilderExtensionsTest.cs Added Name and Documentation to DirectiveTokenDescriptor 2017-11-06 10:55:52 -08:00
DirectiveDescriptorTest.cs
DirectiveRemovalOptimizationPassTest.cs
DirectiveTokenEditHandlerTest.cs Re-introduce RazorEditorParser. 2017-07-12 17:01:16 -07:00
DocumentClassifierPassBaseTest.cs Made CodeTargetBuilder an abstract class 2017-07-06 19:01:28 -07:00
HtmlConventionsTest.cs
HtmlNodeOptimizationPassTest.cs
LargeTextSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
Microsoft.AspNetCore.Razor.Language.Test.csproj Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorCodeDocumentExtensionsTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorEngineBuilderExtensionsTest.cs
RazorEngineTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorParserFeatureFlagsTest.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
RazorProjectEngineBuilderExtensionsTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineFeatureBaseTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectEngineTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorProjectItemTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
RazorProjectTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
RazorSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorSyntaxTreeTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorTemplateEngineTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
SourceChangeTest.cs Upgrade to xunit 2.3.0-beta4 (#1640) 2017-08-23 12:56:31 -07:00
SourceLocationTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
SourceSpanTest.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
StreamSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
StringSourceDocumentTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
TagHelperBinderTest.cs Fix: Nested tag helpers do not work when tag helper prefix is set 2017-08-17 15:26:10 -07:00
TagHelperDescriptorBuilderTest.cs
TagHelperDescriptorExtensionsTest.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagHelperMatchingConventionsTest.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagHelperParseTreeRewriterTests.cs Revert "Revert "Make Razor HTML Comments aware (#2178)"" 2018-03-20 15:23:53 -07:00
TestRazorProject.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
VirtualRazorProjectFileSystemTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
xunit.runner.json