aspnetcore/test
Doug Bunting 42cea41737 Fail more gracefully when option collections cleared
- #4690
- move `ModelBindingMessageProvider` init from `DefaultBindingMetadataProvider` to `DefaultModelMetadata`
 - in addition to avoiding error cases, this removes some boilerplate
- add specific errors to `BodyModelBinderProvider`, `CompilerCache`, `CompositeViewEngine`, `ModelBinderFactory`,
  and `ObjectResultExecutor`
 - `DefaultRazorViewEngineFileProviderAccessor.FileProvider` now a `NullFileProvider` in empty case
2016-06-30 14:52:50 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests
Microsoft.AspNetCore.Mvc.IntegrationTests
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Host.Test
Microsoft.AspNetCore.Mvc.Razor.Test Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test
Microsoft.AspNetCore.Mvc.Test
Microsoft.AspNetCore.Mvc.TestCommon Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites