aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
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
..
IntegrationTests Fix ModelExpression's in section directive blocks. 2017-08-16 10:25:53 -07:00
Properties Added support for multitargeting 2017-08-04 15:39:18 -07:00
TestFiles/IntegrationTests/CodeGenerationIntegrationTest Prevent type name collisions when file hierarchy + namespace is identical (#1881) 2018-01-02 09:41:10 -08:00
DefaultMvcImportFeatureTest.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
InjectDirectiveTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
InjectTargetExtensionTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
LegacySectionTargetExtensionTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test.csproj Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
ModelDirectiveTest.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
ModelExpressionPassTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
MvcRazorTemplateEngineTest.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -08:00
MvcViewDocumentClassifierPassTest.cs Remove Get/SetRelativePath 2018-01-05 21:52:59 -08:00
SourceMappingsSerializer.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
TagHelperDescriptorExtensionsTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperDescriptorFactoryTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperDescriptorProviderTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
ViewComponentTagHelperPassTest.cs Prevent type name collisions when file hierarchy + namespace is identical (#1881) 2018-01-02 09:41:10 -08:00
ViewComponentTagHelperTargetExtensionTest.cs Make ViewComponentTagHelper use extension intermediate nodes 2017-08-11 12:01:21 -07:00
ViewComponentTypeVisitorTest.cs Added support for multitargeting 2017-08-04 15:39:18 -07:00
xunit.runner.json Added support for multitargeting 2017-08-04 15:39:18 -07:00