Release 1.6.8
Added
- Exception delegate for receiving any exception douing a stream subscription.
- Throws
ArgumentException
when a projection is missing aProjectionFilter
. - BREAKING -
IProjection
now require you to implementFailedAsync(Exception exception, CancellationToken cancellationToken)
and instruct the framework on how to proceed when encountering an exception. - Convenience extension methods to CommandContext.