aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding/Binders
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
..
ArrayModelBinderProviderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
ArrayModelBinderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
BinderTypeModelBinderProviderTest.cs
BinderTypeModelBinderTest.cs
BodyModelBinderProviderTest.cs
BodyModelBinderTests.cs Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
ByteArrayModelBinderProviderTest.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderProviderTest.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderProviderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
CollectionModelBinderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
ComplexTypeModelBinderProviderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
ComplexTypeModelBinderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
DecimalModelBinderTest.cs
DictionaryModelBinderProviderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
DictionaryModelBinderTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
DoubleModelBinderTest.cs
EnumTypeModelBinderProviderTest.cs
EnumTypeModelBinderTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
FloatModelBinderTest.cs
FloatingPointTypeModelBinderProviderTest.cs
FloatingPointTypeModelBinderTestOfT.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
FormCollectionModelBinderProviderTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
FormCollectionModelBinderTest.cs
FormFileModelBinderProviderTest.cs
FormFileModelBinderTest.cs Update `FormFileModelBinder` to re-add prefix `ParameterBinder` removed incorrectly 2018-09-18 11:44:48 -07:00
HeaderModelBinderProviderTest.cs [Fixes #5859] Consider allowing binding header values to types other than string and string collections 2018-01-30 11:47:16 -08:00
HeaderModelBinderTests.cs [Fixes #5859] Consider allowing binding header values to types other than string and string collections 2018-01-30 11:47:16 -08:00
KeyValuePairModelBinderProviderTest.cs
KeyValuePairModelBinderTest.cs
ServicesModelBinderProviderTest.cs
ServicesModelBinderTest.cs
SimpleTypeModelBinderProviderTest.cs
SimpleTypeModelBinderTest.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00