Run a .NET application without explicit compile or launch commands. More information: https://learn.microsoft.com/dotnet/core/tools/dotnet-run.
dotnet run
dotnet run --project {{path/to/file.csproj}}
dotnet run -- {{arg1=foo arg2=bar ...}}
dotnet run --framework {{net7.0}}
--runtime
with these options):dotnet run --arch {{x86|x64|arm|arm64}} --os {{win|win7|osx|linux|ios|android}}