aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../Internal
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
..
AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs
ControllerSaveTempDataPropertyFilterFactoryTest.cs
ControllerSaveTempDataPropertyFilterTest.cs
DefaultDisplayTemplatesTest.cs
DefaultEditorTemplatesTest.cs Auto-select `type="text"` for `DateTimeOffset` values 2017-09-05 16:05:13 -07:00
ExpressionHelperTest.cs House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
ExpressionMetadataProviderTest.cs Check for properties that can't befound 2017-07-04 13:26:17 -07:00
HtmlAttributePropertyHelperTest.cs Upgrade to xunit 2.3.0-beta4 2017-08-17 10:45:03 -07:00
PagedBufferedTextWriterTest.cs
PagedCharBufferTest.cs
PartialViewResultExecutorTest.cs
SaveTempDataFilterTest.cs
TempDataApplicationModelProviderTest.cs
TempDataSerializerTest.cs
TemplateRendererTest.cs
ValidateAntiforgeryTokenAuthorizationFilterTest.cs
ViewBufferTest.cs
ViewBufferTextWriterTest.cs
ViewResultExecutorTest.cs