MvcMailer
MvcMailer copied to clipboard
Remove dependency on EF
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?
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
The T4 scaffolder has a dependency on EF which really sucks, because it forces a dependency on EF in your project.
Please remove this dependency
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.
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?
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.
+1 taking into account that there is separated out T4Scaffolding.Core without EF dependency.