Open
Description
Is your feature request related to a problem? Please describe.
To improve the dotnet run file experience
from dotnet run hello.cs
=> dotnet hello.cs
Describe the solution you'd like
Not sure if we could implement the implicit run
command, when dotnet xx.cs
, forwards to dotnet run xx.cs
Additional context
Seems I've seen a similar discussion somewhere, but I can't find related issue, feel free to close this if it's already on the track