Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Added feature support #7

Open
zhenlei520 opened this issue Feb 18, 2022 · 2 comments · Fixed by #20
Open

Added feature support #7

zhenlei520 opened this issue Feb 18, 2022 · 2 comments · Fixed by #20
Assignees
Labels
enhancement New feature or request

Comments

@zhenlei520
Copy link
Contributor

zhenlei520 commented Feb 18, 2022

  1. IDispatcherOptions adds Assembly[] to avoid the problem of inconsistent Assembly[] in multiple EventBus feat: Remove the restriction that the aggregate root must have a parameterless constructor #21
  2. IRepository adds an AnyAsync method(not supported, IRepository only provides basic functions of warehousing)
  3. IntegrationEventLog supports modification time feat: supports modification time #8
  4. Attributes in Event in domain should not be public set feat: Remove the restriction that the aggregate root must have a parameterless constructor #21
  5. Support localization(Time zone issues and language issues)
  6. Added IdGenerator support feat(IIdGenerator): Add IIdGenerator and extension to Object #61
  7. FindAsync in the IRepository class adds generic constraints and increases the query through the union primary key feat: Remove the restriction that the aggregate root must have a parameterless constructor #21
@zhenlei520 zhenlei520 added the enhancement New feature or request label Feb 18, 2022
@zhenlei520 zhenlei520 self-assigned this Feb 18, 2022
@doddgu
Copy link
Contributor

doddgu commented Feb 21, 2022

  1. IRepository adds an AnyAsync method

This is not the responsibility of IRepository

@zhenlei520
Copy link
Contributor Author

zhenlei520 commented Feb 21, 2022

  1. IRepository adds an AnyAsync method

This is not the responsibility of IRepository

Understand, IRepository only provides basic functions of warehousing, others are extended by users and removed later

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
2 participants