This change removes a 'pass through' IRazorPageActivator that we were using to avoid the default one initializing the Page twice. The fix is to add an adapter so that the IRazorPage that the RazorView has isn't the *real* page, it's the adapter. The adapter doesn't have anything interesting to activate :). |
||
|---|---|---|
| .. | ||
| Compilation | ||
| DependencyInjection | ||
| Internal | ||
| Properties | ||
| TagHelpers | ||
| LanguageViewLocationExpanderTest.cs | ||
| Microsoft.AspNetCore.Mvc.Razor.Test.csproj | ||
| RazorPageActivatorTest.cs | ||
| RazorPageCreateModelExpressionTest.cs | ||
| RazorPageCreateTagHelperTest.cs | ||
| RazorPageTest.cs | ||
| RazorViewEngineOptionsTest.cs | ||
| RazorViewEngineTest.cs | ||
| RazorViewTest.cs | ||
| TestApplicationPart.cs | ||
| xunit.runner.json | ||