Skip to content
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

Any chance of “self contained exe” - so app can be used without “net framework installed” requirement? #34

Open
slavap opened this issue Jan 24, 2023 · 2 comments

Comments

@slavap
Copy link

slavap commented Jan 24, 2023

No description provided.

@irusanov
Copy link
Owner

I don't think that is possible for the current application. I've looked for options in the past, but .NET Native states the code should not use reflection, serialization/deserialization.

@slavap
Copy link
Author

slavap commented Jan 25, 2023

@irusanov What about this approach: https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
It is not native and bundles a lot of net framework together with the app - but will not require to have .net installed.

Could be added as an additional installer for people who need/want such a version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants