aspnetcore/src
Doug Bunting 6041c6b966 Auto-select `type="text"` for `DateTimeOffset` values
- cherry-picked from 7e4a8fe in dev
- #6648
- a different take on #4871
- `DateTime` can also round-trip `DateTimeKind.UTC` with `[DataType("datetimeoffset")]` or `[UIHint("datetimeoffset")]`
- since they're now handled differently by default, add more `DateTime` tests
- expand tests involving `Html5DateRenderingMode.CurrentCulture`

nits: make VS-suggested changes to files updated in this PR
2017-09-18 15:13:33 -07:00
..
Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc.Abstractions Create custom collection for model binder providers 2017-06-30 15:44:07 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer
Microsoft.AspNetCore.Mvc.Core Add EnableRangeProcessingSwitch for FileContentResult and Fil… (#6839) 2017-09-18 10:57:49 -07:00
Microsoft.AspNetCore.Mvc.Cors Refactor CORS support out of MVC Core 2017-08-14 11:40:56 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations Do not include type names in `ModelState` error messages 2017-06-28 15:16:23 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json
Microsoft.AspNetCore.Mvc.Formatters.Xml Revive call to FormattingUtilities in XmlDataContractSerializerOutputFormatter 2017-07-07 10:11:28 -07:00
Microsoft.AspNetCore.Mvc.Localization
Microsoft.AspNetCore.Mvc.Razor Allow "page" route parameter to be used in Mvc controllers 2017-09-18 15:02:13 -07:00
Microsoft.AspNetCore.Mvc.RazorPages Allow "page" route parameter to be used in Mvc controllers 2017-09-18 15:02:13 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers Auto-select `type="text"` for `DateTimeOffset` values 2017-09-18 15:13:33 -07:00
Microsoft.AspNetCore.Mvc.Testing Add empty baselines to suppress api check 2017-07-19 13:18:09 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures Auto-select `type="text"` for `DateTimeOffset` values 2017-09-18 15:13:33 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShim Comment on remaining PackageTargetFallbacks 2017-07-07 15:01:07 -07:00