Templates for template authoring: first edition#5739
Templates for template authoring: first edition#5739vlada-shubina merged 9 commits intodotnet:mainfrom
Conversation
|
Do we want to add template for host config file? |
JanKrivanek
left a comment
There was a problem hiding this comment.
Great addition!! To mee it almost feel this should be part of sdk :-)
I'd just adjust the json template so that it's valid as is
a25b664 to
bee7454
Compare
JanKrivanek
left a comment
There was a problem hiding this comment.
Overal looks good!
I have couple minor comments - but those are just ideas
842ea7f to
93459ad
Compare
93459ad to
874c739
Compare
|
/backport to release/7.0.2xx |
|
Started backporting to release/7.0.2xx: https://github.com/dotnet/templating/actions/runs/3948338373 |
|
@vlada-shubina backporting to release/7.0.2xx failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: templates for template authoring: first draft
Using index info to reconstruct a base tree...
M Microsoft.TemplateEngine.sln
Falling back to patching base and 3-way merge...
Auto-merging Microsoft.TemplateEngine.sln
CONFLICT (content): Merge conflict in Microsoft.TemplateEngine.sln
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 templates for template authoring: first draft
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@vlada-shubina an error occurred while backporting to release/7.0.2xx, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
Problem
fixes #2722
Solution
Adds the template package with templates for template authoring.
TODO:
Checks:
Verifytests to be available#nullable enableto all the modified files ? - N/A