AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

SendGrid IServiceProvider Overload

Open cmeyertons opened this issue 5 months ago • 0 comments

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.

cmeyertons avatar Sep 23 '24 20:09 cmeyertons