aspnetcore/src/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
..
Properties
CSharpIdentifier.cs Prevent type name collisions when file hierarchy + namespace is identical (#1881) 2018-01-02 09:41:10 -08:00
IInjectTargetExtension.cs
IViewComponentTagHelperTargetExtension.cs
InjectDirective.cs Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
InjectIntermediateNode.cs
InjectTargetExtension.cs
LegacySectionTargetExtension.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.csproj
ModelDirective.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
ModelExpressionPass.cs
MvcImportProjectFeature.cs Change IImportProjectFeature to consume RazorProjectItems. 2018-02-15 11:31:18 -08:00
MvcRazorTemplateEngine.cs Remove Get/SetRelativePath 2018-01-05 21:52:59 -08:00
MvcViewDocumentClassifierPass.cs Remove Get/SetRelativePath 2018-01-05 21:52:59 -08:00
RazorExtensions.cs Get rid of RazorConfiguration.DesignTime 2018-02-13 16:21:18 -08:00
RazorExtensionsDiagnosticFactory.cs
Resources.resx
TagHelperDescriptorExtensions.cs
ViewComponentResources.resx
ViewComponentTagHelperConventions.cs
ViewComponentTagHelperDescriptorFactory.cs
ViewComponentTagHelperDescriptorProvider.cs
ViewComponentTagHelperIntermediateNode.cs
ViewComponentTagHelperMetadata.cs
ViewComponentTagHelperPass.cs
ViewComponentTagHelperTargetExtension.cs
ViewComponentTypeVisitor.cs
ViewComponentTypes.cs