aspnetcore/test/Microsoft.AspNetCore.Razor..../Extensions
Ryan Nowak 82579b6333 Get rid of RazorConfiguration.DesignTime
This change makes it so that we no longer create 'design time' engines.
The choice of design time or runtime is made when we initiate a code
generation operation.

Options instances are now created as part of the CodeDocument
initialization. Our existing code can still be created using a
RazorEngine so our passes that initialize the options still support the
old code path.
2018-02-13 16:21:18 -08:00
..
DefaultMetadataIdentifierFeatureTest.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
DefaultTagHelperOptimizationPassTest.cs
DefaultTagHelperTargetExtensionTest.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
DesignTimeDirectiveTargetExtensionTest.cs
FunctionsDirectivePassTest.cs
InheritsDirectivePassTest.cs
MetadataAttributePassTest.cs Add an Identifier by default 2018-01-06 18:43:01 -08:00
MetadataAttributeTargetExtensionTest.cs
PreallocatedAttributeTargetExtensionTest.cs
SectionDirectivePassTest.cs
SectionTargetExtensionTest.cs
TemplateTargetExtensionTest.cs