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
584 stars 178 forks source link

Remove dependency on EF #49

Open stevozilik opened 12 years ago

stevozilik commented 12 years ago

Hi,

first I want to say great job this project, gives me exactly what I'm looking for.

I dont see why though do we need EF to run any of this, is it possible to remove the dependency?

smsohan commented 12 years ago

It only adds the scaffolder, not the EF dependency.


Sent from my iPhone S M Sohan

On 2012-06-03, at 4:11 AM, stevozilik reply@reply.github.com wrote:

Hi,

first I want to say great job this project, gives me exactly what I'm looking for.

I dont see why though do we need EF to run any of this, is it possible to remove the dependency?


Reply to this email directly or view it on GitHub: https://github.com/smsohan/MvcMailer/issues/49

ejsmith commented 11 years ago

The T4 scaffolder has a dependency on EF which really sucks, because it forces a dependency on EF in your project.

niemyjski commented 11 years ago

Please remove this dependency

smsohan commented 11 years ago

I wish I could. Removing this dependency would also remove the capability to perform Scaffolding, which a lot of people seems to like quite a lot.

Sohan http://smsohan.com skype:smsohan | gtalk:sohan39 | cell: 403-714-2673

On Tue, Jan 22, 2013 at 11:34 AM, Blake Niemyjski notifications@github.comwrote:

Please remove this dependency

— Reply to this email directly or view it on GitHubhttps://github.com/smsohan/MvcMailer/issues/49#issuecomment-12558850.

ejsmith commented 11 years ago

The scaffolding currently doesn't provide much value. I can see how it could be really useful though. Could you simply separate out the scaffolding into a separate nuget package?

smsohan commented 11 years ago

Good idea. I'll think about it.


Sent from my iPhone Sohan SM

On 2013-01-22, at 1:59 PM, "Eric J. Smith" notifications@github.com wrote:

The scaffolding currently doesn't provide much value. I can see how it could be really useful though. Could you simply separate out the scaffolding into a separate nuget package?

— Reply to this email directly or view it on GitHubhttps://github.com/smsohan/MvcMailer/issues/49#issuecomment-12566034.

professor-k commented 11 years ago

+1 taking into account that there is separated out T4Scaffolding.Core without EF dependency.