Closed uli-weltersbach closed 6 years ago
As a developer, I want a unique project GUID, so that there are no clashes with the GUIDs of other projects in the solution.
A random GUID is generated when using helix:add.
helix:add
The GUID is hard coded as f13cdc76-e69f-4f57-a03c-0e758e7b9ffc.
f13cdc76-e69f-4f57-a03c-0e758e7b9ffc
Fixed by 892bc7e
User story
As a developer, I want a unique project GUID, so that there are no clashes with the GUIDs of other projects in the solution.
Expected behavior
A random GUID is generated when using
helix:add
.Actual behavior
The GUID is hard coded as
f13cdc76-e69f-4f57-a03c-0e758e7b9ffc
.Steps to reproduce the behavior
helix:add
and follow on-screen instructions.