Issue 491 · Week of Jun 06, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Running C# Files with dotnet run

Read full article Discuss
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.