aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
N. Taylor Mullen 51c285574b Add `AdditionalCompilationReferences` option to `RazorViewEngineOptions`.
- `AdditionalCompilationReferences` is a purely additive option to add `MetadataReference` instances to be used for Razor compilation.
- Added a test to validate the compilation references get combined with the `ApplicationPartManager`s metadata references.

#4497
2016-06-01 16:32:46 -07:00
..
CompilerCacheTest.cs [Perf] Replace Activator.CreateInstance with cached delegate in RazorPageFactoryProvider 2016-05-16 11:26:33 -07:00
DefaultRazorPageFactoryProviderTest.cs [Perf] Replace Activator.CreateInstance with cached delegate in RazorPageFactoryProvider 2016-05-16 11:26:33 -07:00
DefaultRazorViewEngineFileProviderAccessorTest.cs
DefaultRoslynCompilationServiceTest.cs Add `AdditionalCompilationReferences` option to `RazorViewEngineOptions`. 2016-06-01 16:32:46 -07:00
DefaultTagHelperActivatorTest.cs [Fixes #4089] Add support for application parts 2016-03-31 12:14:04 -07:00
DefaultTagHelperFactoryTest.cs [Fixes #4089] Add support for application parts 2016-03-31 12:14:04 -07:00
ExpressionRewriterTest.cs
RazorCompilationServiceTest.cs