2.12.1
Improvements
- Introduce
IncludeErrorSet<TException1, TException2>
andExcludeErrorSet<TException1, TException2>
extension methods for thePolicyDelegateCollection(<T>)
classes. - Introduce
PolicyResult(<T>).CriticalError
property. - Introduce
PolicyResultHandlingException.HandlerIndex
property.
Bug fixes
- Fix issue (#83): the
PolicyResult
handler index in the collection should be correct when adding generic and non generic handlers consecutively.
Small changes
- Upgrade tests to Nunit 4.0.1.
Docs changes
- Update 'Error filters' README Chapter.
- Edit 'PolicyResult handlers' README Chapter.
- Edit 'PolicyDelegateCollection' README Chapter.
- Correct 'Policy wrap' README Chapter example.