Open cmeyertons opened 2 months ago
What would you like to be added:
An overload for AddSendGrid that accepts a Func<IServiceProvider, string>
AddSendGrid
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.
What would you like to be added:
An overload for
AddSendGrid
that accepts aFunc<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.