Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi
Interesting idea I haven't thought about it. I think it's an interesting idea. So how would you mark the sln folder? Expression in the .ps1 file?
Thanks, the vstemplate stuff doesn't apply with the way that templates are created here. I'd like to support this feature. I'm thinking about how it can be added.
You can add a _preprocess.xml file with the full path, for example: https://github.com/ligershark/side-waffle/blob/master/TemplatePack/ItemTemplates/Extensibility/SideWaffle/SW-ProjectVSTemplateFile/_preprocess-template.xml. FYI it's better to raise issues like this in the SideWaffle repo because we have more eyes...
@kdlarson can you share a sample?
Thanks I'm review and add comments/edits accordingly.
Thanks Peter I'll also update to only export user facing functions. In the mean while the sample files at https://github.com/ligershark/pecan-waffle/tree/master/templates should be helpful.
What happens then? Do you get an error?
Here is what I tried 1. File New Project - ASP.NET MVC 2. Add ASP.NET T4 files 3. Modify Empty controller t4 file 4. Add New Scaffolded Item - Empty...
Thanks for the notes. This sounds like a bug in Visual Studio community edition and not SideWaffle. I would expect that you get the same result if you copied .t4...
OK I've opened https://github.com/aspnet/Tooling/issues/585. Let's us that for follow up going forward. I'd be interested in hearing over there if any .t4 file works with VS Community edition, maybe that's...