aspnetcore/samples/MvcSandbox
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
..
Controllers Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
Models Rename View() to Page() 2017-04-27 09:27:14 -07:00
Pages Make /Pages the default root for pages. 2017-04-24 15:46:32 -07:00
Views
.bowerrc
.gitignore
MvcSandbox.csproj Return to NetStandard 2017-05-25 10:34:16 -07:00
Startup.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00