1.2.0
New Features
- Added
Result<TData>to allow domain operations to return errors instead of throwing exceptions.
Deprecations (Will be removed in 2.0)
- Deprecated
DomainExceptionand all sub-classes.Result<TData>should be used now and in the case of a failure aFailure<TData>which contains an appropriateErrorshould be returned as the concrete result.