Skip to content

Releases: kolan72/PoliNorError.Extensions.DependencyInjection

0.0.3.2

13 Feb 11:39

Choose a tag to compare

  • 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.IsFailed for two policies in ConfiguratorDemo.
  • Samples: add PolicyResult handler that logs UnprocessedError along with policy name in ConfiguratorDemo.
  • Samples: add PolicyResult handler that logs UnprocessedError along with policy name in Intro.
  • Update NuGet.md.
  • Update README.md.

0.0.3

11 Dec 11:50

Choose a tag to compare

  • Introduce abstract classes PolicyConfigurator<TPolicy> and PolicyBuilder<TPolicy, TConfigurator>.
  • Update Microsoft nuget packages.
  • Add Advanced Usage section to README.
  • Move the RetryLoggingErrorProcessor to Shared.csproj.
  • Add ConfiguratorDemo.csproj to Samples.sln.
  • Create Shared.csproj in Samples and move SomeException into it.
  • Move Samples.csproj into a new Intro folder and rename it to `Intro.csproj