MvcMailer icon indicating copy to clipboard operation
MvcMailer copied to clipboard

Support for VB.NET projects

Open ndc opened this issue 13 years ago • 5 comments

I have added 12 T4 templates so the scaffold can produce VB.NET files.

Razor generation works but ASPX has some errors. I don't know enough T4Scaffolding to debug it.

Not sure about the location either. I put it in Mvc.Mailer\NuGet\input\tools. Should it be in Mvc.Mailer\NuGet\output\MvcMailer.1.0.nupkg\tools ?

ndc avatar Feb 16 '12 08:02 ndc

Can you merge these changes into the master? It is the only way I can scaffold while using VB

nwbbc avatar Mar 04 '13 23:03 nwbbc

@nwbbc did you check if this still works with a C# project, meaning the right templates being used for C# based projects?

smsohan avatar Mar 04 '13 23:03 smsohan

@nwbbc the templates need to go under tools/vb folder.

smsohan avatar Mar 04 '13 23:03 smsohan

I can merge this PR if you kindly changed the files to the right places.

smsohan avatar Mar 18 '13 03:03 smsohan

I would merge if I knew how. I just was looking for a way to make this work with VB and @ndc had this solution so I was hoping somone, maybe @ndc can fix it where it needs to go so it can be merged.

Thank you, it is very helpful code.

rastographics avatar Mar 20 '13 18:03 rastographics