Skip to content

v5.18.1#270

Merged
chullybun merged 1 commit intomasterfrom
v5.18.1
Feb 1, 2025
Merged

v5.18.1#270
chullybun merged 1 commit intomasterfrom
v5.18.1

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