面向 Java 开发人员的提示 - A tour of C# | Microsoft Learn https://learn.microsoft.com/zh-cn/dotnet/csharp/tour-of-csharp/tips-for-java-developers 坑爹,不支持调试
dotnet --version
dotnet new console -n DotnetExample --output /workspace/DotnetExample
cd /workspace/DotnetExample dotnet run