Running C# Files with dotnet run

You can now use dotnet run to start a C# file right away, without having to make a project file. This makes it faster to test and use C# code.
July 01, 2025
49
285