MASA.BuildingBlocks icon indicating copy to clipboard operation
MASA.BuildingBlocks copied to clipboard

Added feature support

Open zhenlei520 opened this issue 3 years ago • 2 comments

  1. IDispatcherOptions adds Assembly[] to avoid the problem of inconsistent Assembly[] in multiple EventBus #21
  2. ~~IRepository adds an AnyAsync method(not supported, IRepository only provides basic functions of warehousing)~~
  3. IntegrationEventLog supports modification time #8
  4. Attributes in Event in domain should not be public set #21
  5. Support localization(Time zone issues and language issues)
  6. Added IdGenerator support #61
  7. FindAsync in the IRepository<TEntity> class adds generic constraints and increases the query through the union primary key #21

zhenlei520 avatar Feb 18 '22 10:02 zhenlei520

  1. IRepository adds an AnyAsync method

This is not the responsibility of IRepository

doddgu avatar Feb 21 '22 04:02 doddgu

  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

zhenlei520 avatar Feb 21 '22 05:02 zhenlei520