aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../ViewFeatures
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
..
AntiforgeryExtensionsTest.cs
AttributeDictionaryTest.cs
CachedExpressionCompilerTest.cs
CookieTempDataProviderTest.cs
DefaultHtmlGeneratorTest.cs Render `maxlength` attribute for an input tag, when MaxLength or StringLength validation attributes are applied to the model class. 2018-08-02 13:44:19 -07:00
DefaultValidationHtmlAttributeProviderTest.cs
JsonHelperTest.cs
ModelExplorerExtensionsTest.cs
ModelExplorerTest.cs
PartialViewResultExecutorTest.cs Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
SessionStateTempDataProviderTest.cs
StringHtmlContentTest.cs
TempDataDictionaryFactoryTest.cs
TempDataDictionaryTest.cs
ViewDataDictionaryOfTModelTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ViewDataDictionaryTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ViewDataOfTTest.cs
ViewExecutorTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ViewResultExecutorTest.cs Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00