Skip to content

14.0.0

Compare
Choose a tag to compare
@Bobris Bobris released this 05 Jun 22:08
· 1228 commits to master since this release

Added

RollbackAdvised property on KV and Object transactions interfaces to simplify notification of some infrastructure code to rollback transaction instead of committing it.

Relations support inheriting of methods from other interfaces.

Breaking change

IOC RegisterInstance(T value) now allows also value types as T, and value is not registered as value.GetType() but as typeof(T), which is same behavior as AutoFac.