I’m about to start a new job working with C#/.NET and will try to practice before I start. How much of a pain is it to do on Linux?
I’m about to start a new job working with C#/.NET and will try to practice before I start. How much of a pain is it to do on Linux?
As I understand, you can build from source but it’s more complex, or What do you mean?
It is specifically as you point https://github.com/dotnet/source-build
It is WIP and not everything is built from source yet.
These are the same reasons why OpenRA just download the DotNet package and embed it in the AppImage.
To build DotNet, there is no full bootstrapping yet. As result, you cannot build DotNet with, for example, Mono which already supply this first thing.
Horrible 😨 . Surprising that the community of its developers accepts this. The Open Source Initiative has done a great job brainwashing 🧠 .
https://github.com/dotnet/source-build/issues/1930 Here’s more info about the bootstrapping problem if anyone is interested.
It sounds like it might be theoretically possible, but unproven and not at all practical in the current scenario.