The IWebhookSubscriptionResolver is a service that is not necessarily bound to the Webhook Subscription Management package: future implementations might use a remote service to query them (eg. in a microserviced architecture).
The changes contained in this Pull Request
Remove the logical registration of the IWebhookSubscriptionResolver from the WebhookSubscriptionBuilder object
The DefaultWebhookSubscriptionResolver is registered by default when registering the Webhook Notifier service (can be overridden with calls to .UseSubscriptionResolver() from the builder)
The
IWebhookSubscriptionResolver
is a service that is not necessarily bound to the Webhook Subscription Management package: future implementations might use a remote service to query them (eg. in a microserviced architecture).The changes contained in this Pull Request
DefaultWebhookSubscriptionResolver
is registered by default when registering the Webhook Notifier service (can be overridden with calls to.UseSubscriptionResolver()
from the builder)