Comment on Microsoft donates the Mono Project to the Wine team
sunbeam60@lemmy.one 2 months agoWhat the hell are you talking about?!
Comment on Microsoft donates the Mono Project to the Wine team
sunbeam60@lemmy.one 2 months agoWhat the hell are you talking about?!
jabjoe@feddit.uk 2 months ago
They are saying very little in Linux world moved to .NET/C# : qa.debian.org/popcon.php?package=mono
It’s just not popular in Linux world despite MS attempts to make it so. It’s a Windows people language.
joyjoy@lemm.ee 2 months ago
Very few package maintainers even like providing packages written in C#/.NET. For example, the linux version of git-credential-manager (included with git on windows) is only available on gentoo, nixpkgs, and the AUR. There’s linux builds in the github releases, but nobody will ship it.
Mihies@programming.dev 2 months ago
If nothing else, a lot of (containerized) .NET (web) services run on Linux. Also note that .NET apps can be packed as standalone (ignore the size) and as such are as any other standalone app.
jabjoe@feddit.uk 2 months ago
You got some stats? The Debian stats say no one is using it on the desktop or traditional server stuff. I can believe Windows C# Dev are porting their closed service to Linux to improve, well, everything.
Mihies@programming.dev 2 months ago
No stats, just what I see and consider logically. If you have a .NET (web) app, it makes sense to run it (for free) under Linux (directly or using docker/kubernetes/etc.) instead of paying Windows server license. Sadly I don’t see download counter for dotnet linux images but they would be some sort of an indicator. I can believe Desktop apps are not many, though, for historical reasons mostly. But now one can create a standalone nice looking app as well, perhaps they will be more frequent in future, who knows.