ZenTimings icon indicating copy to clipboard operation
ZenTimings copied to clipboard

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

Open slavap opened this issue 2 years ago • 2 comments

slavap avatar Jan 24 '23 10:01 slavap

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 avatar Jan 24 '23 13:01 irusanov

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

slavap avatar Jan 25 '23 00:01 slavap