BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

[Feature Request] Support `dotnet run benchmark.cs -c Release`

Open 333fred opened this issue 5 months ago • 19 comments

.NET is introducing the ability to just run .cs files, as detailed in https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/. It would be great if BDN could support this natively, so we can just write a one-off benchmark and run it without having to make a temp project.

333fred avatar Jun 06 '25 23:06 333fred