|
|
|
|
|
by kuschku
3106 days ago
|
|
C# is significantly missing tooling. The tooling on Windows is okayish, but that's about it. You have no cross-platform build and dependency management tool that runs on .NET Core (Using MSBuild and NuGet together requires Mono or the full .NET Framework), and there's only an early version of JetBrains' Rider IDE for non-Windows platforms, there's basically no working integration with any CI or CD system, and the library ecosystem is basically not existing, compared to the open source Java world. |
|
What library support is missing on .Net vs the JVM? In my experience everything that's really useful has .Net ports.