-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self contain app #82
Comments
.NET Core has option to publish self-contained executable - https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained |
I've looked into the mono mkbundle tool a while ago for an issue. It seems that it's platform specific and it's not guaranteed that an ubuntu 18 executable will run on arch linux for example. I don't have experience with .NET core but I'll try to install it on my system. @caetera do you know if the thermo libraries are compatible with .NET core? |
Yes, for 5.0.38 there is a version complied for Net Standard 2.0 - i.e. NetCore 2.0 and higher -- https://docs.microsoft.com/en-us/dotnet/standard/net-standard I have tried self-contained executables in other project, compiled on Ubuntu it worked on Arch without any problems. I did not perform extensive testing though. |
It looks like the runtime is included in the package? Is this issue completed, or are still system/additional mono installations needed? |
Hi @timosachsenberg, |
@caetera @nielshulstaert can we explore how to release self contain an application for the converter
The text was updated successfully, but these errors were encountered: