Skip to content
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

v5.18.1 #270

Merged
merged 1 commit into from
Feb 1, 2025
Merged

v5.18.1 #270

merged 1 commit into from
Feb 1, 2025

Conversation

chullybun
Copy link
Collaborator

  • Fixed: Upgraded CoreEx to include all related fixes and improvements; possible related updates that may be required are:
    • The Entity Framework (EF) AddEfDb<T> previously registered the T as the IEfDB (shorthand for AddEfDb<IEfDb, T>); this has been corrected to register the T as the T only. Therefore, the registering should be updated to be more explcit, or the IEfDb dependency references should use the explicit T where required.
    • The Cosmos DB configuration must now be on the container and not the database; any lazy-loading references of the container can be removed as these are now cached internally.

- *Fixed:* Upgraded `CoreEx` to include all related fixes and improvements; possible related updates that may be required are:
  - The Entity Framework (EF) `AddEfDb<T>` previously registered the `T` as the `IEfDB` (shorthand for `AddEfDb<IEfDb, T>`); this has been corrected to register the `T` as the `T` only. Therefore, the registering should be updated to be more explcit, or the `IEfDb` dependency references should use the explicit `T` where required.
  - The Cosmos DB configuration must now be on the container and not the database; any lazy-loading references of the container can be removed as these are now cached internally.
@chullybun chullybun merged commit e0d5de6 into master Feb 1, 2025
2 checks passed
@chullybun chullybun deleted the v5.18.1 branch February 1, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant