aspnetcore/test
avertes ee5535203e Fixed rfc3339 formats to work with all localizations (#7066)
* Amend rfc3339 formats to work with all localizations
Changed time separator ":" to "\:" to prevent it from being substituted with a localized separtor. For example in it-IT locale, datetime-local was formatted as 2017-11-19T22.52.29.223 instead of correct format 2017-11-19T22:52:29.223
2017-11-21 15:10:18 -08:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.Core.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.Cors.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.FunctionalTests Re-order execution in CacheTagHelper to avoid setting the result too early 2017-11-20 10:03:47 -08:00
Microsoft.AspNetCore.Mvc.IntegrationTests Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.Localization.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.Razor.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Fixed rfc3339 formats to work with all localizations (#7066) 2017-11-21 15:10:18 -08:00
Microsoft.AspNetCore.Mvc.Test Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.TestCommon Support input type "week" (#7045) 2017-11-16 16:00:15 -08:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Support input type "week" (#7045) 2017-11-16 16:00:15 -08:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
WebSites Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Directory.Build.props Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
MvcTests.ruleset