Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.11k stars 800 forks source link

SendGrid IServiceProvider Overload #2300

Open cmeyertons opened 2 months ago

cmeyertons commented 2 months ago

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.