Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

DateTime and related types overflows the max ticks during deserialization #81

Open
Du-z opened this issue Oct 3, 2022 · 1 comment
Open
Labels
bug Something isn't working confirmed The issue is confirmed

Comments

@Du-z
Copy link
Collaborator

Du-z commented Oct 3, 2022

Certain DateTime.MaxValue tests (and related types) tests have been commented out as they cause errors when deserializing.

❌ SimpleLetTest(val1: 9999-12-31T23:59:59.9999999Z, val2: 9999-12-31T23:59:59.9999999Z)
	System.ArgumentOutOfRangeException : Ticks must be between 0 and and TimeOnly.MaxValue.Ticks. (Parameter 'ticks')
@ProphetLamb ProphetLamb added bug Something isn't working confirmed The issue is confirmed labels Oct 16, 2022
@ProphetLamb
Copy link
Collaborator

ProphetLamb commented Oct 16, 2022

Might be fixed with #98

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working confirmed The issue is confirmed
Projects
None yet
Development

No branches or pull requests

2 participants