You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
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.
Describe the bug
When generating a new library with the
--directoryflag, 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.csprojwith 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: