You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add XML documentation to BuildingBlocks APIs (#1201)
* docs: Add XML documentation to Caching module
- ICacheService: Document all interface methods
- CacheServiceExtensions: Document GetOrSet patterns
- Extensions: Document AddHeroCaching DI registration
- DistributedCacheService: Document implementation details
- HybridCacheService: Document L1/L2 caching strategy
Part of #1176
* docs: Add XML documentation to Core/Domain module
- IEntity, BaseEntity, AggregateRoot: Entity and DDD base types
- IDomainEvent, DomainEvent, IHasDomainEvents: Domain event patterns
- IAuditableEntity: Audit metadata interface
- ISoftDeletable: Soft delete support
- IHasTenant: Multi-tenancy marker
Generated by Codex CLI with --full-auto flag
Part of #1176
* docs: Add XML documentation to Exceptions module
* docs: Add XML documentation to Context module
* docs: Add XML documentation to Common module
* docs: Add XML documentation to Abstractions module
* docs: Add XML documentation to Persistence core module
* docs: Add XML documentation to Persistence specifications, pagination, and interceptors
---------
Co-authored-by: jarvis <jarvis@codewithmukesh.com>
0 commit comments