aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
Microsoft.AspNetCore.Mvc.Core.TestCommon Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Use compat flag to drive XML ProblemDetails formatting 2018-10-12 14:15:28 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Quick fix: Clean up test warnings 2018-10-28 21:18:57 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Add a switch to allow turning on ValidationVisitor shortcircuiting (#8599) 2018-10-17 15:47:01 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
Microsoft.AspNetCore.Mvc.Test Add a switch to allow turning on ValidationVisitor shortcircuiting (#8599) 2018-10-17 15:47:01 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
Microsoft.AspNetCore.Mvc.Views.TestCommon Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Mvc.Analyzers.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Mvc.Api.Analyzers.Test Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
WebSites Fix link generation of routes with default values (#8616) 2018-10-23 16:10:43 +13:00
Directory.Build.props Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
MvcTests.ruleset