dotnet / dotnet/spark

Add config option for installing .NET Core runtime in shared mode

Open
#105 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.