-
Notifications
You must be signed in to change notification settings - Fork 860
Fix reading infinity as DateTimeOffset in legacy mode #5496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Backported to 8.0.2 via fdc7d12 |
Fixes npgsql#5492 (cherry picked from commit b509f53) Signed-off-by: monjowe <jonas.westman@monitor.se>
Fixes npgsql#5492 (cherry picked from commit b509f53) Signed-off-by: monjowe <jonas.westman@monitor.se>
@tl-mauro-franchi 8.0.2 isn't yet released. You can use the latest package in our patch daily builds feeds, those are just as stable. |
Hi @roji, is there an ETA for 8.0.2 release? |
Yeah, we should release soon - probably within the next week or two. |
Sorry @roji to bother you again, but can we please have an update on this? 🙏🏻 |
Hello @roji, is there a plan and ETA of having 8.0.2 included in a patch version of Npgsql.EntityFrameworkCore.PostgreSQL package? |
@pformanek yes, but there's no need for you to wait for that. Simply take a direct dependency on Npgsql 8.0.2 from your project. |
Fixes #5492