PentiaLabs / generator-helix

Generate Helix compliant solutions with Yeoman.
MIT License
40 stars 22 forks source link

[assembly: Guid("...")] is hard coded #112

Closed uli-weltersbach closed 6 years ago

uli-weltersbach commented 7 years ago

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

  1. Run helix:add and follow on-screen instructions.
  2. Open "AssemblyInfo.cs".
  3. Check the GUID.
uli-weltersbach commented 6 years ago

Fixed by 892bc7e