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

refactor(EntityFramework): support Masa.Utils 0.4.0-preview.1 #21

Merged
merged 9 commits into from
Mar 24, 2022

Conversation

zhenlei520
Copy link
Contributor

@zhenlei520 zhenlei520 commented Mar 23, 2022

Refactor:

  • Contracts.EF: Delete SoftDelete
  • Repository.EF: Remove the individually specified Assembly
  • UoW: Refactor UnitOfWork to delay getting DbContext
  • EventLogs.EF: Refactored EventLogs.EF to adapt to Masa.Utils.EntityFramework 0.4.1-preview.1

Docs:

  • Ddd.Domain: adjust Masa.Contrib.Ddd.Domain doc docs
  • IntegrationEvents.Dapr: adjust Masa.Contrib.Dispatcher.IntegrationEvents.Dapr doc

Chore:

  • update Masa.Utils library package version

Test:

  • Adjusted EventLogs.EF, Repository.EF, Ddd.Domain, IntegrationEvents.Dapr unit tests

@zhenlei520 zhenlei520 requested a review from doddgu March 23, 2022 07:11
@zhenlei520 zhenlei520 changed the title refactor(EntityFramework): Tweak to support Masa.Utils 0.4.0-preview.1 refactor(EntityFramework): support Masa.Utils 0.4.0-preview.1 Mar 23, 2022
@@ -7,11 +7,11 @@ Example:
```C#
Install-Package Masa.Contrib.Data.UoW.EF
Install-Package Masa.Contrib.Data.Contracts.EF
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether references to Contracts can be removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it can be deleted, I missed it here, processed

@zhenlei520 zhenlei520 requested a review from doddgu March 24, 2022 01:32
Copy link
Contributor

@doddgu doddgu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doddgu doddgu merged commit 095403a into main Mar 24, 2022
@zhenlei520 zhenlei520 deleted the refactor/entityframework branch March 25, 2022 01:09
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.

2 participants