masastack/MASA.BuildingBlocks

Added feature support

Opened this issue · 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 class adds generic constraints and increases the query through the union primary key #21
  1. IRepository adds an AnyAsync method

This is not the responsibility of IRepository

  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