Dejan Stojanovic
Dejan Stojanovic
I did not have this issue, but I think it is self explanatory. Systemctl cannot find dotnet to run the dll. Just set the environment variable
You need to set it on your environment where the application is running (Linux or Windows). I am not sure why this is happening to you because I believe this...
Hi, with ServiceBase.Run() you can only run service on Windows because ServiceBase is aware of service stop event on Windows. On Linux you have to use AppHost to be aware...
Hi, I haven't included this option in the attribute, but it is not hard to add it. You can fork a copy of repo and go to IPAddressFilterAttribute class, create...
Hi, I haven't do anything with this plugin recently and in general anything with web :( I think you will have to loop through array of all pins and show...