You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
baronfel opened this issue
Apr 16, 2025
· 1 comment
Labels
Area-RunIssues relating to `dotnet run`cli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)untriagedRequest triage from a team member
When a user passes in a file as the 'project' to build and this isn't a single-file-runnable file, we operate in 'project' mode. In that mode we try searching for a project in the directory specified by ./Program.cs in this linked issue. We should have a more clear error here: if a user passes in something file-like and there's a) a matching file in CWD and b) we're in 'project' mode, we should tell them to not specify the project (or better yet, just run the project!).
To Reproduce
See linked issue.
Exceptions (if any)
Further technical details
Include the output of dotnet --info
The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
The text was updated successfully, but these errors were encountered:
baronfel
added
cli-ux
Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)
untriaged
Request triage from a team member
Area-Run
Issues relating to `dotnet run`
and removed
untriaged
Request triage from a team member
Area-NetSDK
labels
Apr 16, 2025
Area-RunIssues relating to `dotnet run`cli-uxIssues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)untriagedRequest triage from a team member
Describe the bug
dotnet/website-feedback#395
When a user passes in a file as the 'project' to build and this isn't a single-file-runnable file, we operate in 'project' mode. In that mode we try searching for a project in the directory specified by
./Program.cs
in this linked issue. We should have a more clear error here: if a user passes in something file-like and there's a) a matching file in CWD and b) we're in 'project' mode, we should tell them to not specify the project (or better yet, just run the project!).To Reproduce
See linked issue.
Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: