-
Notifications
You must be signed in to change notification settings - Fork 64
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
Labels
Comments
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
added
scope: core
and removed
needs-triage
This issue has yet to be looked over by a core team member
labels
Oct 14, 2021
This should be added in 1.5 |
AgentEnder
added a commit
that referenced
this issue
Oct 15, 2021
AgentEnder
added a commit
that referenced
this issue
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
🎉 This issue has been resolved in version 1.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 setswatch=false
, similarly to how we would do it with the@nrwl/web:dev-server
executor: https://nx.dev/l/a/cli/serve#watchDescribe alternatives you've considered
I created a custom target with the
@nrwl/workspace:run-commands
builder to executedotnet run
withoutwatch
.The text was updated successfully, but these errors were encountered: