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
[BACKPORT] Add `DateTimeOffset` member translations for `.DateTime`, …
…`.UtcDateTime` and `.LocalDateTime`
* Add `DateTimeOffset` member translations for `.DateTime`, `.UtcDateTime` and `.LocalDateTime`. (#1864)
(cherry picked from commit d75b62e)
Upgrade to EF Core 9.0.0-preview.1 (#1853)
* Update branding to 9.0.0-preview.1.
* Update dependencies.
* Update project files.
* Update EFCore.MySql.
* Update EFCore.MySql.FunctionalTests.
* Update MySQL version used in CI.
* Remove special case for MySqlBug96947Workaround from tests.
* Explicitly throw exception if primitive collection support has not been enabled, to ensure the error message is not lost along the way.
* Update test baselines.
* Add new test classes.
* Fix new tests.
* Add CompiledModelMySqlTest scaffolding baselines.
* Fix test baselines for MariaDB.