Fixed to be able to use ’shell: dotnet run {0}' by hanachiru · Pull Request #3885 · actions/runner
Summary Since .NET10 Preview 4, it is possible to run a standalone .cs file directly. $ ls app.cs $ dotnet run app.cs ref: https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/ So I woul...