aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak b7db6dbc8e Remove pass-through activator for pages
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 :).
2017-05-26 12:29:10 -07:00
..
Compilation Revisit the architecture of CompilerCache 2017-05-25 08:54:15 -07:00
DependencyInjection Add back support for AddTagHelpersAsServices 2017-05-23 14:04:42 -07:00
Internal Make RazorReferenceManage public 2017-05-26 10:58:45 -07:00
Properties
TagHelpers Add ITagHelperComponentManager (#6302) 2017-05-23 13:22:15 -07:00
LanguageViewLocationExpanderTest.cs Implement view search for pages 2017-04-18 16:11:24 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test.csproj Return to NetStandard 2017-05-25 10:34:16 -07:00
RazorPageActivatorTest.cs Remove pass-through activator for pages 2017-05-26 12:29:10 -07:00
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs Add null check in WriteLiteral 2017-05-15 15:08:50 -07:00
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs Remove usage of NotFoundProjectItem 2017-05-12 15:55:36 -07:00
RazorViewTest.cs
TestApplicationPart.cs
xunit.runner.json Migrate to MSBuild 2017-02-28 21:20:39 -08:00