Describe the issue or suggestion
This document: https://learn.microsoft.com/en-us/dotnet/core/sdk/file-based-apps
Reads: #!/usr/bin/env dotnet
Should read #!/usr/bin/env -S dotnet --
I originally thought it was busted in the code due to not finding a working invocation, but no, the one thing I didn't think of works. You can see some of the things I tried and wasted time on here: dotnet/sdk#53810 (comment)
Describe the issue or suggestion
This document: https://learn.microsoft.com/en-us/dotnet/core/sdk/file-based-apps
Reads:
#!/usr/bin/env dotnetShould read
#!/usr/bin/env -S dotnet --I originally thought it was busted in the code due to not finding a working invocation, but no, the one thing I didn't think of works. You can see some of the things I tried and wasted time on here: dotnet/sdk#53810 (comment)