aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe...
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
..
Internal Allow ViewFeature tests to run in dnxcore50 2015-10-06 09:46:49 -07:00
Properties Strong name everything. 2015-11-03 21:16:49 -08:00
Rendering Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
ViewComponents Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
ViewEngines Add relative view path support 2015-11-18 15:59:11 -08:00
ViewFeatures Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
ControllerTest.cs * Add NoContent Factory to Controller 2015-11-12 14:56:05 -08:00
ControllerUnitTestabilityTests.cs Allow ViewFeature tests to run in dnxcore50 2015-10-06 09:46:49 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
PartialViewResultTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
RemoteAttributeTest.cs Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
ViewComponentResultTest.cs Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
ViewComponentTests.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
ViewResultTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
project.json Merge branch 'release' into dev 2015-11-11 10:59:32 -08:00