-
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
[BUG] dry run doesn't work with Nx Console #35
Comments
LayZeeDK
added
bug
Something isn't working
needs-triage
This issue has yet to be looked over by a core team member
labels
May 5, 2021
AgentEnder
removed
the
needs-triage
This issue has yet to be looked over by a core team member
label
May 5, 2021
AgentEnder
added a commit
that referenced
this issue
May 5, 2021
github-actions bot
pushed a commit
that referenced
this issue
May 6, 2021
# [0.5.0-dev.1](v0.4.1...v0.5.0-dev.1) (2021-05-06) ### Bug Fixes * **core:** [#34](#34) remove spec files from built plugin ([f075046](f075046)) * **core:** [#35](#35) dry run is not passed to dotnet new ([8e0b398](8e0b398)) ### Features * **core:** add executor for dotnet publish [#33](#33) ([#36](#36)) ([f7cbd27](f7cbd27))
AgentEnder
pushed a commit
that referenced
this issue
May 6, 2021
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.
Describe the bug
Files are actually generated when I use nx-dotnet generators with Nx Console to preview my options.
To Reproduce
Steps to reproduce the behavior:
@nx-dotnet/core - app
.Expected behavior
No files should be generated when
--dry-run
is specified by Nx Console.Screenshots
Environment:
@nx-dotnet/core
The text was updated successfully, but these errors were encountered: