AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecks copied to clipboard
Have possibility to create custom IHealthCheckFailureNotifier
What would you like to be added: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/1247
Why is this needed: it is good idea to have possibility to create custom IHealthCheckFailureNotifier. It is already passed using TryAddScoped - but it is impossible to add different implementation, because interface is closed.
This is would be a useful change 👍
fixed by #1247