aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak 8d9c16132a Fix #6479 - remove IFileProvider constructor
The RazorProject implementation used by MVC at runtime has a constructor
that takes an IFileProvider (used by tests). This causes ambiguities
when a user registers an IFileProvider in DI.

Cleaning up tests to use a mock instead of the file provider directly
2017-07-04 13:48:56 -07:00
..
ApplicationModels Add RemoveType methods of PageConventionCollection 2017-06-30 16:27:51 -07:00
DependencyInjection
Infrastructure
Internal Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test.csproj
PageModelTest.cs
PageTest.cs
TestRazorProject.cs