You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Change ServiceCollectionExtensions.AddAllPolicyConfigurators to internal; Normalize null assembly in ServiceCollectionExtensions.AddPoliNorError and switch to TryAdd .
BREAKING CHANGE: Add TBuilder type parameter to PolicyBuilder<TPolicy, TConfigurator>, rename the class to PolicyBuilder<TPolicy, TConfigurator, TBuilder> and add the self-referential constraint where TBuilder : PolicyBuilder<TPolicy, TConfigurator, TBuilder>.
Refactor and simplify ProxyPolicy constructor.
Update lib and samples to PoliNorError 2.24.30.
Update lib for Microsoft.Extensions.DependencyInjection 10.0.9.
Add new tests for ServiceCollectionExtensions.
Update samples for breaking changes.
Update Microsoft NuGet packages for the Samples.
Target net9.0 in tests and update NUnit package.
Update coverlet.collector for tests.
Update Microsoft.NET.Test.Sdk for tests.
Add XML docs to ProxyPolicy<TBuilder> and add null guard.