You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive tests for CSV extension methods AsTimeSpan and AsDateTimeOffset
- Add 10 new test cases covering AsTimeSpan() and AsDateTimeOffset() extension methods in CSV context
- Test valid inputs with different time formats (simple, complex, with milliseconds)
- Test DateTimeOffset parsing with positive, negative, and zero UTC offsets
- Test error handling for invalid input strings
- Test culture-specific parsing scenarios
- Test integration with CSV dynamic operator (?)
- Addresses test coverage gap identified for these extension methods
This improves test coverage for CSV extension methods that were previously untested
in the CSV context, even though the underlying functionality was tested elsewhere.
Total test count increased from 2393 to 2403 tests, all passing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments