aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test Pool JsonSerializer for Output formatting 2015-11-16 10:43:02 -08:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Add relative view path support 2015-11-18 15:59:11 -08:00
Microsoft.AspNet.Mvc.IntegrationTests Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test React to change in Razor 2015-11-18 09:53:24 -08:00
Microsoft.AspNet.Mvc.Razor.Test Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Add relative view path support 2015-11-18 15:59:11 -08:00