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
* #193 Fix InvalidCastException
1. Turn off DateTime parsing by JsonTextReader
2. Perform parsing in DateTimeDecoder using the same Culture and DateTimeKind.
3. Added tests to verify the behavior.
* Initial attempt at building/testing/publishing under linux (#196)
* Initial attempt at building/testing/publishing under linux
* replace backslash with forwardslash
* Attempt to add unit test coverage reports
* try to fix gh actions syntax error
* try to fix gh actions syntax error again
* try to fix conditional expression for publishing coverage
* try to fix conditional expression for publishing coverage again
* only run CI on ubuntu
* PR feedback
* no multi-line run directives on windows
Co-authored-by: Connor Worley <[email protected]>
* Bump peter-evans/create-pull-request from v3.4.1 to v3.6.0 (#198)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.4.1 to v3.6.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3.4.1...45c510e)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-python from v2.1.4 to v2.2.1 (#195)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.1.4...3105fb1)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump codecov/codecov-action from v1.0.15 to v1.1.1 (#201)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.15 to v1.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.0.15...1fc7722)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* #193 Fix InvalidCastException
1. Turn off DateTime parsing by JsonTextReader
2. Perform parsing in DateTimeDecoder using the same Culture and DateTimeKind.
3. Added tests to verify the behavior.
Co-authored-by: Connor Worley <[email protected]>
Co-authored-by: Connor Worley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0 commit comments