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.
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:servethat setswatch=false, similarly to how we would do it with the@nrwl/web:dev-serverexecutor: https://nx.dev/l/a/cli/serve#watchDescribe alternatives you've considered
I created a custom target with the
@nrwl/workspace:run-commandsbuilder to executedotnet runwithoutwatch.