irusanov / ZenTimings

Home Page:https://zentimings.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

slavap opened this issue · comments

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.

@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.