aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
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
..
CSharpCompilerTest.cs Make RazorReferenceManage public 2017-05-26 10:58:45 -07:00
CompilerFailedExceptionFactoryTest.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
DefaultRazorPageFactoryProviderTest.cs Normalize paths returned by view location expanders 2017-06-27 08:48:07 -07:00
DefaultRazorReferenceManagerTest.cs Make RazorReferenceManage public 2017-05-26 10:58:45 -07:00
DefaultRazorViewEngineFileProviderAccessorTest.cs
DefaultTagHelperActivatorTest.cs
DefaultTagHelperFactoryTest.cs
DependencyContextRazorViewEngineOptionsSetupTest.cs
ExpressionRewriterTest.cs
FileProviderRazorProjectTest.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
RazorViewCompilerProviderTest.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
RazorViewCompilerTest.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
RazorViewEngineOptionsSetupTest.cs
ViewPathTest.cs Revisit the architecture of CompilerCache 2017-05-25 08:54:15 -07:00