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?

@VonMax@lemmy.ml
link
fedilink
02 urte

It works well on Linux, just that you probably want to invest on getting Rider IDE from Jetbrains. I had to drop C# when it come to developing something for Linux and I opt to use C Language for that, not Rust nor DLang, since I also have to be mindful about FFI.

mickie
link
fedilink
42 urte

Mono is the best open source free/libre??🤔 implementation of DotNet and CLI specification out there, it’s officially sponsored by M$. DotNet/C# it’s a great technology/platform BUT mostly of its ecosystem is M$/🍎 dependent, and therefore tends to work with it in proprietary environments 😢.

In addition, DotNet cannot be built from source.

mickie
link
fedilink
02 urte

As I understand, you can build from source but it’s more complex, or What do you mean?

@Echedenyan@lemmy.ml
link
fedilink
1
edit-2
2 urte

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.

Nearly all .NET Core repositories require the .NET Core SDK to build. This is a circular dependency, which presents a bootstrapping problem.

Bilb!
link
fedilink
2
edit-2
2 urte

https://github.com/dotnet/source-build/issues/1930 Here’s more info about the bootstrapping problem if anyone is interested.

The sequence of commits you’d have to build to get from one to the the other might be prohibitively long, and AFAIK nobody is tracking this. Fortunately we avoid using floating versions in our repos (we commit updated pinned versions into the repo source), so it should be traceable. But I don’t think we have tooling to do that tracing.

It sounds like it might be theoretically possible, but unproven and not at all practical in the current scenario.

mickie
link
fedilink
32 urte

Horrible 😨 . Surprising that the community of its developers accepts this. The Open Source Initiative has done a great job brainwashing 🧠 .

Create a post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

  • 0 users online
  • 21 users / day
  • 209 users / week
  • 240 users / month
  • 367 users / 6 months
  • 20 subscribers
  • 1.87K Posts
  • 5.76K Comments
  • Modlog