@petep Assuming the bug was upstream, can you test this package again? The update came out yesterday, updated it this morning.
If the issue is still present I will investigate further.
I don't use the install script because for a few reasons, but even if I wanted to I probably would break packaging guidelines.
- I can't install a specific version under 5.0 with the script. It's crucial that to know the exact version I provide before install.
- The script downloads the sdk, and it's not in the source array of the PKGBUILD
Pinned Comments
Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.