smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
585 stars 176 forks source link

T4Scaffolding dependency removal possible? #115

Open JamesReate opened 10 years ago

JamesReate commented 10 years ago

Hi, how viable would it be to remove the T4Scaffolding dependency from MvcMailer....

The reason would be to make MvcMailer compatible with asp net MVC 5 & Visual Studio 2013... Currently T4Scaffolding does not work, therefore MvcMailer wont work. http://stackoverflow.com/questions/18727299/is-mvcscaffolding-compatible-with-vs-2013-rc-by-command-line

epik000 commented 10 years ago

MvcMailer still works... the issue only affects T4Scaffolding.

I was able to get MVCMailer working by manually creating the Mailers folder and its views...

image

farrukhsubhani commented 10 years ago

Is it possible to uninstall T4Scaffolding.Core and still keep MVCMailer installed and updted via NuGet. I would create my Mailers without scaffolding but I cant remove T4Scaffolding.Core unless I uninstall MVCMailer

farrukhsubhani commented 10 years ago

To me this has now become same issue as #116