Releases: kolan72/PoliNorError.Extensions.DependencyInjection
Releases · kolan72/PoliNorError.Extensions.DependencyInjection
0.0.3.2
- Update lib and samples to PoliNorError 2.24.20.
- Update Microsoft NuGet packages for the library, tests, and Samples.
- Update tests to NUnit3TestAdapter 6.1.0.
- Samples: use conditional exception handling via
PolicyResult.IsFailedfor two policies in ConfiguratorDemo. - Samples: add
PolicyResulthandler that logsUnprocessedErroralong with policy name in ConfiguratorDemo. - Samples: add
PolicyResulthandler that logsUnprocessedErroralong with policy name in Intro. - Update NuGet.md.
- Update README.md.
0.0.3
- Introduce abstract classes
PolicyConfigurator<TPolicy>andPolicyBuilder<TPolicy, TConfigurator>. - Update Microsoft nuget packages.
- Add Advanced Usage section to README.
- Move the
RetryLoggingErrorProcessortoShared.csproj. - Add
ConfiguratorDemo.csprojtoSamples.sln. - Create
Shared.csprojin Samples and moveSomeExceptioninto it. - Move
Samples.csprojinto a newIntrofolder and rename it to `Intro.csproj