Gleb Osokin
Results
2
comments of
Gleb Osokin
Looking forward to seeing this feature in StrongInject! One other use case from me: we're currently using DryIoc container, which has a very handy feature of auto-registering classes based on...
Hi @SeanKilleen , thanks for taking care of this! 🙏 Do you think you could update src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs: ```diff @@ -1,4 +1,6 @@ +using System.Net.Http.Headers; using System.Net.Http.Json; +using System.Text; using System.Text.Json;...