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
…
Models
…
Pages
…
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