aspnetcore/test
Doug Bunting cc5ae02b7d
Fix binding & validating dictionaries of non-simple types in jQuery requests
- #7423
- retry failed inner bindings with alternate syntax in `ModelStateDictionary`
  - use property syntax if first attempt tried index syntax and visa versa
- instantiate `ShortFormDictionaryValidationStrategy` with full `ModelState` keys
  - can now provide exact `ModelState` keys that `ModelStateDictionary` used in inner bindings
- normalize model names without a leading period in `JQueryKeyValuePairNormalizer`

nits:
- take a few VS suggestions
2018-04-14 10:41:00 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Use ModelMetadataProvider to infer BindingSource on application model 2018-04-02 09:48:49 -07:00
Microsoft.AspNetCore.Mvc.Analyzers.Experimental.Test
Microsoft.AspNetCore.Mvc.Analyzers.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test Fix binding & validating dictionaries of non-simple types in jQuery requests 2018-04-14 10:41:00 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Use ModelMetadataProvider to infer BindingSource on application model 2018-04-02 09:48:49 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Removed UrlTestEncoder references in tests 2018-04-14 06:08:20 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Fix binding & validating dictionaries of non-simple types in jQuery requests 2018-04-14 10:41:00 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test Remove usages of obsolete APIs 2018-04-13 14:54:35 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test [Fixes #7373] Assigning to the context's Result property, when implementing IPageFilter, causes an exception 2018-04-13 15:11:44 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test
Microsoft.AspNetCore.Mvc.Test Introduce ViewDataAttribute 2018-04-02 10:31:16 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Use VirtualRazorProjectSystem for Razor tests 2018-04-09 15:27:03 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Removed UrlTestEncoder references in tests 2018-04-14 06:08:20 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Use ModelMetadataProvider to infer BindingSource on application model 2018-04-02 09:48:49 -07:00
WebSites Removed UrlTestEncoder references in tests 2018-04-14 06:08:20 -07:00
Directory.Build.props
MvcTests.ruleset