Use of packaged dotnet where available #1881
Wrong-Code
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Thanks for the suggestion. The MS script is being used since it will work for all distros without need for any kind of maintenance. For using distro specific package, I will have to firstly install all possible distros in a VM, test the script with it, and keep maintaining it regularly. Its a huge task for me with limited resources and takes away time from development. On the other hand, the current script works for any distro with systemd. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In redoing #1461 to resolve the conflicts with the latest master branch, I have noticed that the Technitium DNS installation script relies always on the Microsoft's dotnet installation script.
I think it would be nicer if, on selected distributions at least, the logic in the install.sh script would take advantage of the officially packaged dotnet available for the platform. I have experience only with Debian and Alpine distros, where the latest version (and possibly the previous one) does offer indeed dotnet 10 as a standard package.
The immediate benefit would be that dotnet runtime management is smoother, including the automatic management of its updates.
Beta Was this translation helpful? Give feedback.
All reactions