MvcMailer icon indicating copy to clipboard operation
MvcMailer copied to clipboard

Remove dependency on EF

Open stevozilik opened this issue 12 years ago • 7 comments

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?

stevozilik avatar Jun 03 '12 10:06 stevozilik

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 [email protected] 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

smsohan avatar Jun 03 '12 15:06 smsohan

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

ejsmith avatar Jan 22 '13 16:01 ejsmith

Please remove this dependency

niemyjski avatar Jan 22 '13 18:01 niemyjski

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 [email protected]:

Please remove this dependency

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

smsohan avatar Jan 22 '13 19:01 smsohan

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?

ejsmith avatar Jan 22 '13 20:01 ejsmith

Good idea. I'll think about it.


Sent from my iPhone Sohan SM

On 2013-01-22, at 1:59 PM, "Eric J. Smith" [email protected] 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.

smsohan avatar Jan 22 '13 21:01 smsohan

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

professor-k avatar Jan 27 '13 09:01 professor-k