aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Doug Bunting 7e4a8fe479 Auto-select `type="text"` for `DateTimeOffset` values
- #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-05 16:05:13 -07:00
..
DependencyInjection
Internal Auto-select `type="text"` for `DateTimeOffset` values 2017-09-05 16:05:13 -07:00
Model
Properties
Rendering Remove no-op behaviour for no-content `<label></label>` elements 2017-08-31 09:21:44 -07:00
ViewComponents
ViewEngines
ViewFeatures Changed CookieTempDataProvider's CookieSecurePolicy from SameAsRequest to None 2017-08-29 14:55:52 -07:00
ControllerTest.cs
ControllerUnitTestabilityTests.cs House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.csproj Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs