1. What is the size of the install required to get C# to run on a computer without Windows or MacOS installed
2. What is the size of the install for this C# library
Just curious
dotnet publish -c Release -r linux-x64 -o output -p:PublishTrimmed=true
or 100MB without trimming
dotnet publish -c Release -r linux-x64 -o output -p:PublishTrimmed=true
or 100MB without trimming