aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
Ryan Nowak 9fc3a80056 Remove IActionContextAccessor from UrlHelper
This change removes the IActionContextAccessor as a dependency of
UrlHelper, and shifts UrlHelper to use a factory pattern. Consumers of
IUrlHelper should create an instance using the factory when needed.

This is the last part of MVC that has a dependency on IActionContext
accessor. As part of this change we no longer register it by default, and
treat it as an optional component.
2015-12-02 17:09:43 -08:00
..
Compilation Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Internal Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 19:48:55 -07:00
Precompilation
Properties Strong name everything. 2015-11-03 21:16:49 -08:00
TagHelpers Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
DefaultPrecompiledViewsProviderTest.cs
DefaultRazorPageFactoryProviderTest.cs Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
DefaultTagHelperActivatorTest.cs React to aspnet/Razor#578. 2015-10-22 14:41:40 -07:00
LanguageViewLocationExpanderTest.cs Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs Missed one type in DI reaction 2015-11-13 11:12:50 -08:00
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
RazorPageTest.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
RazorTextWriterTest.cs Removing CopyTo from RazorTextWriter 2015-12-01 12:37:11 -08:00
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs Pass in the area name instead of the view name to a parameter that 2015-11-18 17:50:14 -08:00
RazorViewTest.cs Removing PageInstrumentation 2015-11-25 08:41:21 -08:00
SpanFactory.cs
project.json Changes to use moq-netcore 2015-11-25 16:04:04 -08:00