FYI I'm a C# dev and .NET works flawlessly on Linux (Fedora). Since I only used Rider/VS Code for my .NET Apps on Windows it works as just as good on Linux, albeit even better given access to better command-line tooling.
I don't run any legacy .NET Framework Apps on Linux (which require Mono) but I'm still able to build our software for all our supported platforms: .NET Framework v4.7.2, .NET Standard 2.0, .NET 6.0, .NET 8.0 both locally and on our Ubuntu GitHub Actions Runner.
FYI I'm a C# dev and .NET works flawlessly on Linux (Fedora). Since I only used Rider/VS Code for my .NET Apps on Windows it works as just as good on Linux, albeit even better given access to better command-line tooling.
I don't run any legacy .NET Framework Apps on Linux (which require Mono) but I'm still able to build our software for all our supported platforms: .NET Framework v4.7.2, .NET Standard 2.0, .NET 6.0, .NET 8.0 both locally and on our Ubuntu GitHub Actions Runner.