zeroed-tech
zeroed-tech
Hi, I've reciently started testing my `Microsoft.Extensions.Hosting` based console application outside Visual Studio and noticed when I kill the app using Ctrl+c, the shutdown process is getting blocked by `client.Stop()`...
Whilst attempting to develop a native IIS module I've been having some issues triggering CGlobalModule::OnGlobalFileChange described in [CGlobalModule::OnGlobalFileChange Method ](https://learn.microsoft.com/en-us/iis/web-development-reference/native-code-api-reference/cglobalmodule-onglobalfilechange-method) I've built a new module using the example code on...