aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen a01fa1c5b6 Flow RazorLanguageVersion to RazorEngine.
- Restructured RazorLanguageVersion to be a sealed concrete type to enable things like `RazorLanguageVersion.Latest`; it also allows us to make broader changes in the future. Also, in the future if we want to add support for overriding operators to enable greater than comparisons we can as well.
- Removed version validity checks because we restrict who can construct a `RazorLanguageVersion` now. This way we don't have to check for valid versions all throughout our code.
- Added a simple `ProjectExtensibilityConfiguration` => `RazorLanguageVersion` method in the `DefaultProjectExtensibilityConfigurationFactory` to temporarily enable letting the system operate on the `RazorLanguageVersion`. Eventually that entire class will change.

#1961
2018-01-25 09:17:37 -08:00
..
CodeGeneration Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
Extensions Made section 1.X compatibility only apply at design time. 2017-08-22 20:47:01 -07:00
IntegrationTests Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -07:00
Intermediate Made IntermediateNodeWalker.Ancestors indexable 2017-07-06 19:24:25 -07:00
Legacy Make Block and Span cache Length. 2018-01-16 20:53:35 -08:00
Properties
TestFiles Added RazorParserFeatureFlags and added support for minimized bool tag 2017-09-29 16:02:09 -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 Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultItemCollectionTest.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultRazorCSharpLoweringPhaseTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorCodeDocumentTest.cs
DefaultRazorDiagnosticTest.cs
DefaultRazorDirectiveClassifierPhaseTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorDocumentClassifierPhaseTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
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 Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
DefaultRazorOptimizationPhaseTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorParsingPhaseTest.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -08:00
DefaultRazorSyntaxTreePhaseTest.cs
DefaultRazorTagHelperBinderPhaseTest.cs Moved TagHelper directive validation and parsing from TagHelperBinder to 2017-08-23 17:14:41 -07: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 Add DisplayName and Description for directives 2017-06-07 13:37:34 -07:00
DirectiveRemovalOptimizationPassTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
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
FileSystemRazorProjectItemTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
FileSystemRazorProjectTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
HtmlConventionsTest.cs Rename HtmlCase => HtmlConventions. 2017-05-19 12:36:55 -07:00
HtmlNodeOptimizationPassTest.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
LargeTextSourceDocumentTest.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
LegacyRazorDiagnosticTest.cs
Microsoft.AspNetCore.Razor.Language.Test.csproj Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
RazorCodeDocumentExtensionsTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
RazorCodeDocumentTest.cs
RazorDiagnosticDescriptorTest.cs
RazorDiagnosticTest.cs
RazorEngineBuilderExtensionsTest.cs Add DisplayName and Description for directives 2017-06-07 13:37:34 -07:00
RazorEngineTest.cs Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only 2017-07-07 14:41:53 -07:00
RazorParserFeatureFlagsTest.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -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 Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
RazorSyntaxTreeTest.cs Rename ParseOnlyLeadingDirectives. 2017-07-06 14:34:15 -07:00
RazorTemplateEngineTest.cs Adjusted verbosity of some property names and made 2017-07-06 18:05:36 -07:00
SourceChangeTest.cs Upgrade to xunit 2.3.0-beta4 (#1640) 2017-08-23 12:56:31 -07:00
SourceLocationTest.cs
SourceSpanTest.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07:00
StreamSourceDocumentTest.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
StringSourceDocumentTest.cs Rename LineMapping => SourceMapping. 2017-07-06 10:34:19 -07: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 Make ViewComponentTagHelper's display name nicer. 2017-05-18 14:48:59 -07:00
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
xunit.runner.json Configure xunit for better display 2017-05-17 20:31:37 -07:00