AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecks copied to clipboard
SendGrid IServiceProvider Overload
What would you like to be added:
An overload for AddSendGrid
that accepts a Func<IServiceProvider, string>
Why is this needed:
Resolve the apiKey from .NET configuration / DI using Options pattern (defer to resolution time vs during DI configuration phase).
Better alignment w/ other libs.