Releases: SiberaIndustries/SI.UnitOfWork
Releases · SiberaIndustries/SI.UnitOfWork
2.1.0
Breaking Changes
- None
New Features
- None
Bug fixes
- None
Improvements
Other changes
- None
Known issues
- None
2.0.0
Breaking Changes
- Dropped support for
.NET Core
- Changed
FindAsync(params object[]? keyValues)
toFindAsync(object?[]? keyValues, CancellationToken ct = default)
to support cancellation IRepositoryFactory<TContext>
requires aTContext DbContext { get; }
property from now
New Features
- Add
IAsyncEnumerable
support
Bug fixes
- None
Improvements
- Add
.NET Standard 2.1
and.NET 6.0
support forSI.UnitOfWork
- Nullable handling improved
Other changes
- None
Known issues
- None
1.0.0
Breaking Changes
- None
New Features
- None
Bug fixes
- Fix possible Dependency Exceptions
- Fix resolving Repository by EntityType
Improvements
- None
Other changes
- None
Known issues
- None
0.1.0
Initial release