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 [Fixes #5207] Support IsIndexer for ViewComponent tag helpers 2016-11-03 16:50:22 -07:00
DefaultTagHelperFactoryTest.cs [Fixes #5207] Support IsIndexer for ViewComponent tag helpers 2016-11-03 16:50:22 -07:00
DependencyContextRazorViewEngineOptionsSetupTest.cs Upgrade Roslyn dependency to 2.0.0. 2017-04-21 11:41:31 -07:00
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 Move RazorViewEngineOptionsSetup to internal namespace (#6125) 2017-04-13 13:35:35 -07:00
ViewPathTest.cs Revisit the architecture of CompilerCache 2017-05-25 08:54:15 -07:00