- 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 |
||
|---|---|---|
| .. | ||
| IntegrationTests | ||
| Properties | ||
| TestFiles/IntegrationTests/CodeGenerationIntegrationTest | ||
| InjectDirectiveTest.cs | ||
| InjectTargetExtensionTest.cs | ||
| LegacySectionTargetExtensionTest.cs | ||
| Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test.csproj | ||
| ModelDirectiveTest.cs | ||
| ModelExpressionPassTest.cs | ||
| MvcImportProjectFeatureTest.cs | ||
| MvcRazorTemplateEngineTest.cs | ||
| MvcViewDocumentClassifierPassTest.cs | ||
| SourceMappingsSerializer.cs | ||
| TagHelperDescriptorExtensionsTest.cs | ||
| ViewComponentTagHelperDescriptorFactoryTest.cs | ||
| ViewComponentTagHelperDescriptorProviderTest.cs | ||
| ViewComponentTagHelperPassTest.cs | ||
| ViewComponentTagHelperTargetExtensionTest.cs | ||
| ViewComponentTypeVisitorTest.cs | ||
| xunit.runner.json | ||