aspnetcore/test
Doug Bunting 5c8dfef15e
Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]`
- #8180
- add an error when binding fails for top-level model
  - same case as when MVC creates "default" / empty model i.e. `ParameterBinder` can't detect this
- update `CollectionModelBinder` subclasses and the various providers as well
- controlled by existing `MvcOptions.AllowValidatingTopLevelNodes` option

smaller issue:
- change `ModelBinding_MissingBindRequiredMember` resource to mention parameters too
2018-09-21 11:08:16 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Use content-type specified by ProducesAttribute if no formatter supports it 2018-09-19 13:51:31 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
Microsoft.AspNetCore.Mvc.Core.TestCommon
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test
Microsoft.AspNetCore.Mvc.RazorPages.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Make FileVersionProvider repleacable 2018-09-14 09:14:02 -07:00
Microsoft.AspNetCore.Mvc.Test
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.Views.TestCommon
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
Mvc.Analyzers.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Mvc.Api.Analyzers.Test Allow Implicit 200 status codes to match Ok result 2018-09-19 12:51:13 -07:00
WebSites Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 13:21:45 -07:00
Directory.Build.props
MvcTests.ruleset