MASA.BuildingBlocks
MASA.BuildingBlocks copied to clipboard
Added feature support
- IDispatcherOptions adds Assembly[] to avoid the problem of inconsistent Assembly[] in multiple EventBus #21
- ~~IRepository adds an AnyAsync method(not supported, IRepository only provides basic functions of warehousing)~~
- IntegrationEventLog supports modification time #8
- Attributes in Event in domain should not be public set #21
- Support localization(Time zone issues and language issues)
- Added IdGenerator support #61
- FindAsync in the IRepository<TEntity> class adds generic constraints and increases the query through the union primary key #21
- IRepository adds an AnyAsync method
This is not the responsibility of IRepository
- 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