feat(data-reader): add support for converting DateOnly
and TimeOnly
types from string
#249
GitHub Advanced Security / CodeQL
succeeded
Sep 27, 2024 in 3s
2 new alerts
New alerts in code changed by this pull request
- 2 warnings
See annotations below for details.
Annotations
Check warning on line 584 in src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Check warning on line 594 in src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs
Code scanning / CodeQL
Useless upcast Warning
to - the conversion can be done implicitly.
Loading