Schema overwritten when 2 projects have the same name
Closed this issue · 1 comments
Carael commented
While migrating a solution that have 2 project with the same name:
- src/Api/Host
- src/Bff/Host
After running "dotnet confix reload" in ".confix/schemas" folder only one Host.schema.json file is created.
PascalSenn commented