-
Dear nkkAgility Community, first of all - thank you for providing this tool - really appreciate your work. 🙏 I am running the source project of the application in VSCode on a linux machine (Debian GNU/Linux 12 (bookworm)) and I am able to compile the project and run the 'init' to generate a configuration file but when I run the 'execute' (the processors are disabled for now), I get the the following Exception:
Here the entire log:
Any pointers towards what I can check/change are much appreciated. Thank you in advance for your help. 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not possible to run these tools on Linux. They require .NET 4.8 (Full framework). This is a a requirement imposed upon us by the Azure DevOps Extended APIs which were written for much older versions of TFS. |
Beta Was this translation helpful? Give feedback.
It's not possible to run these tools on Linux. They require .NET 4.8 (Full framework). This is a a requirement imposed upon us by the Azure DevOps Extended APIs which were written for much older versions of TFS.