[BUG] Extra dot is added when creating a library in a custom directory #60
Labels
bug
Something isn't working
needs-triage
This issue has yet to be looked over by a core team member
outdated
Describe the bug
When generating a new library with the
--directory
flag, an extra dot is added to the project's name. This also applies to the corresponding test project.To Reproduce
Steps to reproduce the behavior:
MyFolder..MyLib.csproj
.Expected behavior
The project's name should be
MyFolder.MyLib.csproj
with only one dot between the folder and project names.Screenshots
The following screenshot shows a real-world example of this bug, using Nx Console to run the lib generator.
Environment:
The text was updated successfully, but these errors were encountered: