Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't dotnet run in default-directory #21

Open
sebasmonia opened this issue Sep 16, 2020 · 1 comment
Open

Can't dotnet run in default-directory #21

sebasmonia opened this issue Sep 16, 2020 · 1 comment

Comments

@sebasmonia
Copy link
Owner

When testing #19, I found out that dotnet run doesn't work without a TARGET.
I'm 99% sure this is an existing bug and not introduced in 8d07ccc.

@sebasmonia
Copy link
Owner Author

Corrected the error, however there is a challenge now to properly support dotnet run in the current directory without project, I need to add a template without the --project parameter, or add the parameter name with the value only if a project was selected.

On the other hand if I did #11, honestly I would make all the TARGET required. Running things in default-directory works, but it is bound to lead to surprises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant