Hi,
I have an interest in Jellyfin[1], a fork of Emby[2], and the Jellyfin team has
migrated the build system from Mono to dotnet. Currently it builds and runs with the
dotnet 3.0 packages from the dotnet SIG.
What's the status of integration into Fedora proper? Still waiting on binary
building from source issues?
What's the status of dotnet 3.1 packages?
---
Development question: How do you build dotnet packages offline?
When I build Jellyfin inside of mock (with no Internet route) the build fails to
find the NuGet repo and if I disable the NuGet feature the dotnet CLI cannot resolve
any dependencies.
I find it unfortunate that dotnet has grown the Internet as a dependency similar to
nodejs, Go, and other "online" languages.
Thanks,
Michael
[1] https://github.com/jellyfin/jellyfin
[2] https://github.com/MediaBrowser/Emby