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

[Feature] Run @nx-dotnet/core:serve with --watch=false #151

Closed
pemsbr opened this issue Sep 28, 2021 · 3 comments · Fixed by #213
Closed

[Feature] Run @nx-dotnet/core:serve with --watch=false #151

pemsbr opened this issue Sep 28, 2021 · 3 comments · Fixed by #213
Assignees
Labels

Comments

@pemsbr
Copy link
Contributor

pemsbr commented Sep 28, 2021

Is your feature request related to a problem? Please describe.
I would like to run a console app to generate some source files without having the file watcher running.

Describe the solution you'd like
Ability to pass in an option to @nx-dotnet/core:serve that sets watch=false, similarly to how we would do it with the @nrwl/web:dev-server executor: https://nx.dev/l/a/cli/serve#watch

Describe alternatives you've considered
I created a custom target with the @nrwl/workspace:run-commands builder to execute dotnet run without watch.

@pemsbr pemsbr added enhancement New feature or request needs-triage This issue has yet to be looked over by a core team member labels Sep 28, 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 14, 2021
@AgentEnder
Copy link
Member

This should be added in 1.5

@AgentEnder AgentEnder self-assigned this Oct 15, 2021
github-actions bot pushed a commit that referenced this issue Oct 15, 2021
# [1.5.0](v1.4.3...v1.5.0) (2021-10-15)

### Features

* **core:** @nx-dotnet/core:serve can be ran with --watch false ([#210](#210)) ([9fd60e4](9fd60e4)), closes [#151](#151)
* **core:** check for .net sdk install on package add ([#212](#212)) ([2ec5de9](2ec5de9))
* **core:** project references with reference output assembly=false are implicit deps ([#211](#211)) ([34f87ee](34f87ee))

Oct 15, 2021, 6:21 AM
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.5.0 🎉

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants