Severin Sverdvik

Results 3 comments of Severin Sverdvik

Thanks for reporting - this is not the desired behaviour indeed. The reason this happens is that http calls to Slack er sent in a fire-and-forget fashion (https://github.com/severisv/SlackLogger/blob/c46b8f59e70f303afc748d16ed048b2c10ab1961/SlackLogger/SlackService.cs#L26), which is...

How to support applications that don't use `IHttpClientFactory`? Would we have to attempt to resolve it, but default to a static one when we are unable to?