PentiaLabs / generator-helix

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

fix #60 - now removes spaces in configuration FullName #61

Closed Hafeok closed 7 years ago

Hafeok commented 7 years ago

Requirements

See #60 - the projects are not added with the correct Configuration name. Because the build configuration in the solution name is with a space and the ones specified in the project file needs to be without.

Description of the Change

When adding the project build configuraitons i just remove spaces from the build configuration.

Benefits

This will ensure that the build configurations are seen correctly and used by visual studio.

Possible Drawbacks

None-

TakeitEasyAlan commented 7 years ago

Seems fine to me.. strange of Microsoft not to do this....