aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
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
..
AuthorizationPageApplicationModelProviderTest.cs Handle OPTIONS requests without a handler in Razor Pages (#8528) 2018-10-04 12:25:36 -07:00
CompiledPageActionDescriptorBuilderTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
CompiledPageRouteModelProviderTest.cs Allow serving Razor files with leading underscore 2018-10-19 13:43:35 -07:00
DefaultPageHandlerMethodSelectorTest.cs Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
DefaultPageLoaderTest.cs
ExecutorFactoryTest.cs
PageActionDescriptorChangeProviderTest.cs Add a feature to disable file watching in Razor pages (#8369) 2018-09-06 10:16:31 -07:00
PageActionInvokerProviderTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
PageActionInvokerTest.cs [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
PageBinderFactoryTest.cs [Design] Add a MaxValidationDepth option to ValidationVisitor 2018-08-16 15:01:18 -07:00
PageHandlerPageFilterTest.cs
PageHandlerResultFilterTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
PageRouteModelFactoryTest.cs Unskip skipped tests 2018-05-29 12:10:59 -07:00
PageSaveTempDataPropertyFilterFactoryTest.cs
PageSaveTempDataPropertyFilterTest.cs
PageViewDataAttributeFilterFactoryTest.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
PageViewDataAttributeFilterTest.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
RazorPagesRazorViewEngineOptionsSetupTest.cs Add a feature to disable file watching in Razor pages (#8369) 2018-09-06 10:16:31 -07:00
RazorProjectPageRouteModelProviderTest.cs Allow serving Razor files with leading underscore 2018-10-19 13:43:35 -07:00
ResponseCacheFilterApplicationModelProviderTest.cs Handle OPTIONS requests without a handler in Razor Pages (#8528) 2018-10-04 12:25:36 -07:00
TempDataFilterPageApplicationModelProviderTest.cs
ViewDataAttributePageApplicationModelProviderTest.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00