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

[BUG] dotnet run invoked incorrectely when --watch=false #223

Closed
pemsbr opened this issue Oct 19, 2021 · 2 comments
Closed

[BUG] dotnet run invoked incorrectely when --watch=false #223

pemsbr opened this issue Oct 19, 2021 · 2 comments
Assignees
Labels
bug Something isn't working outdated scope: core

Comments

@pemsbr
Copy link
Contributor

pemsbr commented Oct 19, 2021

Describe the bug
Extra space when watch is set to false

let cmd = watch
? `watch --project ${project} run`
: `run -- project ${project}`;

@pemsbr pemsbr added bug Something isn't working needs-triage This issue has yet to be looked over by a core team member labels Oct 19, 2021
@AgentEnder AgentEnder added scope: core and removed needs-triage This issue has yet to be looked over by a core team member labels Oct 19, 2021
@AgentEnder AgentEnder self-assigned this Oct 19, 2021
github-actions bot pushed a commit that referenced this issue Oct 19, 2021
## [1.5.2](v1.5.1...v1.5.2) (2021-10-19)

### Bug Fixes

* **core:** remove extra space in `dotnet run --project` ([bf67bf3](bf67bf3)), closes [#223](#223)

Oct 19, 2021, 2:51 PM
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working outdated scope: core
Projects
None yet
Development

No branches or pull requests

2 participants