flathub / com.valvesoftware.Steam

https://flathub.org/apps/details/com.valvesoftware.Steam
337 stars 70 forks source link

Stardew Valley official modding support needs .NET 5 #838

Open teohhanhui opened 2 years ago

teohhanhui commented 2 years ago

Game information Stardew Valley with SMAPI

Distribution name and version where applicable N/A

Flatpak info N/A

Problem description SMAPI (3.13 beta or later) needs .NET 5

If we switch the runtime to org.freedesktop.Sdk, we could add support for (optionally) loading https://github.com/flathub/org.freedesktop.Sdk.Extension.dotnet5

Does this issue reproduce with native Steam No, since it can access dotnet on host.

teohhanhui commented 2 years ago

If we switch the runtime to org.freedesktop.Sdk, we could add support for (optionally) loading https://github.com/flathub/org.freedesktop.Sdk.Extension.dotnet5

Looks like that is not a solution, since we need extensions from org.freedesktop.Platform :disappointed:

Who thought it was a good idea to restrict language runtimes / compilers to the Sdk runtime? :thinking: