You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in a situation where I would like to build some C# source code on a build machine that can install .deb packages but does not otherwise allow internet connections. I am only using builtin modules.
However, it seems that the dotnet SDK insists on downloading at least the linux-x64 runtime even when not compiling a standalone app.
Would it be possible to change the SDK to make it possible to compile non-standalone apps without needing to download anything?