Aspectacular.EntityFramework
2.2.0
dotnet add package Aspectacular.EntityFramework --version 2.2.0
NuGet\Install-Package Aspectacular.EntityFramework -Version 2.2.0
<PackageReference Include="Aspectacular.EntityFramework" Version="2.2.0" />
paket add Aspectacular.EntityFramework --version 2.2.0
#r "nuget: Aspectacular.EntityFramework, 2.2.0"
// Install Aspectacular.EntityFramework as a Cake Addin #addin nuget:?package=Aspectacular.EntityFramework&version=2.2.0 // Install Aspectacular.EntityFramework as a Cake Tool #tool nuget:?package=Aspectacular.EntityFramework&version=2.2.0
An AOP framework that can intercept any method call: instance or static, virtual or not. It's very easy to get started with, it has in-depth support of LINQ and Entity Framework and comes with bunch of useful stock aspect classes for DAL, BL, Testing and Service tiers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- EntityFramework (>= 5.0.0)
-
.NETFramework 4.5
- EntityFramework (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.2.0.0
- Added ability to auto-dispose of proxied object after it was explicitly instantiated.
- Bug fixes, cleanup, inline documentation improvement.
- Switched to SemVer convention in versioning releases (http://semver.org/).
2.1.9
- Removed async/await dependencies from .NET 4.0 flavor.
- Small non-breaking enhancements and documentation fixes.
2.1.8
- Added support for .NET Framework 4.0, in addition to previous support of .NET 4.5.