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
I am working on upgrading BlazorHero to Net 6.0 for a few days and having a few issues.
Is there anyone that managed to upgrade the project to Net 6.0 and using postgres?
I list the issues I faced so far:
issues with docker-compose not finding the container under NET6/VS2022 while in NET5/VS2019 works just fine
PostgreSQL 6.0 library has a breaking change about DateTime
trying to use NodaTime and replace all DateTime with NodaTime Instant, because NodaTime works with postgres. Beside that, from my understanding so far, NodaTime handles better date time compared with DateTime in c#.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on upgrading BlazorHero to Net 6.0 for a few days and having a few issues.
Is there anyone that managed to upgrade the project to Net 6.0 and using postgres?
I list the issues I faced so far:
Beta Was this translation helpful? Give feedback.
All reactions