aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
Doug Bunting d1fe824b5d Improve `SearchLocations` handling
- do not blindly use `FindPage()` / `FindView()` result in `Exception.Message` or returned results
  - failure scenarios involve new `Any()` calls but rarely additional `List<string>()` allocations
- change `ViewEngine_ViewNotFound` resource to be consistent with similar errors
  - remove trailing period at end of searched locations list

nit: remove remaining `null` checks of `SearchedLocations` in not found cases; never `null` then
2015-11-18 15:59:20 -08:00
..
Compilation Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
Internal
Precompilation
Properties
TagHelpers
DefaultPrecompiledViewsProviderTest.cs
DefaultRazorPageFactoryProviderTest.cs Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
DefaultTagHelperActivatorTest.cs
LanguageViewLocationExpanderTest.cs Redesign RazorViewEngine caching 2015-11-10 10:18:25 -08:00
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs Missed one type in DI reaction 2015-11-13 11:12:50 -08:00
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs
RazorTextWriterTest.cs
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs Add relative view path support 2015-11-18 15:59:11 -08:00
RazorViewTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
SpanFactory.cs
project.json Merge branch 'release' into dev 2015-11-11 10:59:32 -08:00