aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
Doug Bunting c74a945dda
Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674)
* Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture`
- #8578
- user may override this choice in one case:
  - register a custom `IValueProviderFactory` to pass another `CultureInfo` into the `RouteValueProvider`
- values are used as programmatic tokens outside `RouteValueProvider`

nits:
- take VS suggestions in changed classes
- take VS suggestions in files I had open :)
2018-10-30 20:09:17 -07:00
..
Binders Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
Internal
Metadata Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
Validation Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs Do not bind `"[index]"` in `CollectionModelBinder` subsetting feature 2018-03-19 12:53:05 -07:00
DefaultModelBindingContextTest.cs
EnumerableValueProviderTest.cs Do not bind `"[index]"` in `CollectionModelBinder` subsetting feature 2018-03-19 12:53:05 -07:00
FormValueProviderFactoryTest.cs
FormValueProviderTest.cs
JQueryFormValueProviderFactoryTest.cs Fix binding & validating dictionaries of non-simple types in jQuery requests 2018-04-14 10:41:00 -07:00
JQueryFormValueProviderTest.cs Do not bind `"[index]"` in `CollectionModelBinder` subsetting feature 2018-03-19 12:53:05 -07:00
JQueryQueryStringValueProviderFactoryTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
JQueryQueryStringValueProviderTest.cs Do not bind `"[index]"` in `CollectionModelBinder` subsetting feature 2018-03-19 12:53:05 -07:00
ModelBinderFactoryTest.cs
ModelBinderProviderExtensionsTest.cs
ModelBindingHelperTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ModelBindingResultTest.cs
ParameterBinderTest.cs [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
QueryStringValueProviderFactoryTest.cs
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
StubModelBinder.cs
TestModelBinderProviderContext.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs
ValueProviderFactoryExtensionsTest.cs