hhgm
hhgm
I am writing a .net core 2.2 API, where I want to export to Excel at some point. I have created the export functionality as plugins, and all that works...
Nice framework... but I am trying to establish a connection to an available network. I have connected manually, and made a snapshot of the XML. Then removed the connection. I...
Similar to this: [Issue 1025](https://github.com/HangfireIO/Hangfire/issues/1025) In my case I have added latest stable Hangfire to my dotnet 8 application. Set up a very simple job: ` public class EPDSJobs {...