← Back
Nick Chapsas May 26, 2025 9m

csproj is GONE! 'dotnet run app.cs' is Here

Summary

Microsoft has announced a groundbreaking update to C# that fundamentally changes how developers can write and run code, allowing direct execution of .CS files without traditional project structures. The new feature enables running C# code directly from any file using "dotnet run" across Mac, Windows, and Linux platforms, with support for NuGet packages and minimal setup. This represents a significant evolution in .NET development, potentially lowering barriers to entry for new developers and simplifying the coding workflow by eliminating complex project configurations.

View original episode ↗