-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate license header for project files #26
Labels
Comments
AdmiringWorm
added a commit
that referenced
this issue
Jul 25, 2020
These changes includes the ability to add a license header to all source files (.cs) when a license that recommends a license header is used. re #26
This ability to turn off license headers option have been reverted. |
The generation of license headers depending on the license selected is still implemented. |
wormie-bot
pushed a commit
that referenced
this issue
Jul 26, 2020
# [1.4.0](v1.3.7...v1.4.0) (2020-07-26) ### Bug fixes * fix indent size being prompted when user selects to use tabs ([9b88bf8](9b88bf8)) * **project generator:** fix generator exiting early when running dotnet build/restore ([4d11805](4d11805)) * **project generator:** fix generator outputting template with parameters on same line ([a04a1fd](a04a1fd)) * **project generator:** fix test project not generated with documentation comments disabled ([be4119f](be4119f)) ### Features * **build scripts generator:** update cake.recipe version in generated build script ([0cd6811](0cd6811)) * **build scripts generator:** update generated powershell bootstrapper to latest edition ([e171db8](e171db8)) * **project generator:** add ability to include license header for source files ([e5d199f](e5d199f)), closes [#26](#26) * **project generator:** add ability to specifically decide whether to use license headers or not ([7b0e80f](7b0e80f)), closes [#26](#26) * **project generator:** add basic stylecop configuration json file ([b6208f6](b6208f6)) * **project generator:** update package dependencies on all generated project files ([6280538](6280538)) ### Reverts * "feat(project): add ability to specifically decide whether to use license headers or not" ([12aef7f](12aef7f))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The project files currently do not include a file header even
for licenses that recommends adding one.
Describe the solution you'd like
The project files in C# should also include a license header
if the selected license recommends adding one, if one is not
recommended, a stylecop configuration file should be created
that disables the warning about a missing file header.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: