aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
N. Taylor Mullen e200b69511 Change IImportProjectFeature to consume RazorProjectItems.
- Updated all implementations of `IImportProjectFeature`; for MVC I went ahead and made a single project item that's always returned for MVC scenarios. That project item is smart about returning its content in a light-weight stream fashion.
- Had to add a `RazorProjectItem` => `RazorSourceDocument` conversion mechanic into `DefaultRazorProjectEngine`.
- Added tests for `DefaultRazorProjectItem.ConvertToSourceDocument`.
- Removed the `ProjectEngine` API from `VisualStudioRazorParser`. This was unrelated but was missed feedback.

#2068
2018-02-15 11:31:18 -08:00
..
IntegrationTests
Properties
TestFiles/IntegrationTests Add an Identifier by default 2018-01-06 18:43:01 -08:00
AssemblyAttributeInjectionPassTest.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
InjectDirectiveTest.cs
InjectTargetExtensionTest.cs
InstrumentationPassTest.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj
ModelDirectiveTest.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
ModelExpressionPassTest.cs
MvcImportProjectFeatureTest.cs Change IImportProjectFeature to consume RazorProjectItems. 2018-02-15 11:31:18 -08:00
MvcRazorTemplateEngineTest.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -08:00
MvcViewDocumentClassifierPassTest.cs
NamespaceDirectiveTest.cs
PageDirectiveTest.cs
RazorPageDocumentClassifierPassTest.cs
SourceMappingsSerializer.cs
TagHelperDescriptorExtensionsTest.cs
ViewComponentTagHelperDescriptorFactoryTest.cs
ViewComponentTagHelperDescriptorProviderTest.cs
ViewComponentTagHelperPassTest.cs
ViewComponentTagHelperTargetExtensionTest.cs
ViewComponentTypeVisitorTest.cs
xunit.runner.json