Invoking dotnet scaffold in an empty directory
Open
area-dotnet-scaffolding
customer-reported
Triage-Approved
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
## Ask a question
Right now when we do `dotnet scaffold` from a directory that doesn't contain a .NET project, we can interact with the tool, but nothing happens which of course makes sense as there is no .NET project.
In this case, should we throw an error message instead of letting users interact with the tool blindly? Because it's not a valid context for the tool.
Contributor guide
Assessment
This issue has not been assessed yet.