Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to EF5, .NET 4 + 4.5 versions, plus extras #4

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

visoft
Copy link

@visoft visoft commented May 28, 2013

  • Upgrade to EF5 with support for .NET 4 and 4.5
  • Ability to use an existing context within a hook (this is from an old pull request)
  • Support for stub entities (where you create a stub from just an ID for adding associations in something like an MVC application)
  • Fixed unit tests so that they all pass

visoft and others added 30 commits December 27, 2011 12:19
…w for stubs to be used on things like associations
Upgraded NUnit
Added strong name key file
Added property to make distinction between Hooks that need to fire before or after validation
Removed unused references
Conflicts:
	.gitignore
	EFHooks.Tests/App.config
	EFHooks.Tests/EFHooks.Tests.csproj
	EFHooks.Tests/HookedDbContextTests.cs
	EFHooks.Tests/packages.config
	EFHooks/App.config
	EFHooks/EFHooks.csproj
	EFHooks/HookEntityMetadata.cs
	EFHooks/HookedDbContext.cs
	EFHooks/packages.config
Added pack batch file
add current dbcontext in to HookEntityMetadata when invoke hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants