Add config option for installing .NET Core runtime in shared mode
Open
enhancement
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 332
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 9
Description
Giving the option within the `db-init.sh` initialisation script to install .NET Core Runtime in shared mode would allow for smaller application bundles.
When running `dotnet publish` then bundling within a .zip file, it produces around 200 files and an almost 30MB .zip file. Having the .NET Core Runtime installed on the workers in shared mode allows us to compile with the `--self-contained=false` flag producing around 20 files which bundle into a less than 1MB .zip file.
Contributor guide
Assessment
This issue has not been assessed yet.