Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet-runtime 3.1.10 #4306

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

publicarray
Copy link
Member

@publicarray publicarray commented Dec 13, 2020

Motivation: In the future having a single runtime allows us to update it independently of the dotnet apps. Reduces overall system file size.
Linked issues: #4207

The installation method is not my preferred method to do this, it just runs a script that downloads the runtime from Microsoft and extracts the binary during install time. yuck.

An alternative is to compile it using these instructions https://github.com/dotnet/runtime/blob/master/docs/workflow/README.md Just note the runtime repo is over 300mb while the script mentioned above only downloads a ~30mb binary.

Checklist

  • Build rule all-supported completed successfully
  • Package upgrade completed successfully
  • New installation of package completed successfully
  • Install works on DSM7 when compiled on the dsm7 branch
    dotnet-runtime_x64-7.0_3.1.10-1.zip

Proof:

seby@NAS:~$ /volume1/@appstore/dotnet-runtime/dotnet --list-runtimes
Microsoft.NETCore.App 3.1.10 [/volume1/@appstore/dotnet-runtime/shared/Microsoft.NETCore.App]

Packages that depend on this runtime must set DOTNET_ROOT=/volume1/@appstore/dotnet-runtime

Can someone confirm this also works on dsm6 ?

@DigitalBox98
Copy link
Contributor

I got this package build as well on my repo and I have noticed the "sponge" utility was required in the docker image.
So I have to "apt-get install moreutils" before having the SPK build sucessfully

@hgy59
Copy link
Contributor

hgy59 commented Sep 1, 2021

I got this package build as well on my repo and I have noticed the "sponge" utility was required in the docker image.
So I have to "apt-get install moreutils" before having the SPK build sucessfully

moreutils was added for sponge to the development evironment and to the Dockerfile.
current docker image is located in the github project registry: ghcr.io/synocommunity/spksrc:latest

@publicarray
Copy link
Member Author

publicarray commented Sep 5, 2021

@DigitalBox98 if you are interested in .net you might like the SDK too https://github.com/publicarray/spksrc/releases/tag/dotnet-fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants