Release standalone binaries
Open
good first issue
- Dominant language
- C#
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
current release `build_release.sh` produces a self-contained folder with the [target binary and its dependencies](https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli#self-contained-deployment-with-third-party-dependencies) (run-time, etc).
However, a single binary would be of interest for simpler portability. This is done by [LINQPad](https://www.linqpad.net), for example
## Task
publish single-binary self-contained releases
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.