Info
Version: | 1.8.3 |
Author(s): | Tyler Brinks |
Last Update: | Wednesday, January 8, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TylerBrinks/Snap |
NuGet Url: | https://www.nuget.org/packages/SNAP.StructureMap |
Install
Install-Package SNAP.StructureMap
dotnet add package SNAP.StructureMap
paket add SNAP.StructureMap
SNAP.StructureMap Download (Unzip the "nupkg" after downloading)
Dependencies
- structuremap(2.6.4.1)
- CommonServiceLocator.StructureMapAdapter.Unofficial(2.6.4.1)
- SNAP(1.8.3)
Tags
SNAP makes AOP easy by integrating with your favorite IoC container. SNAP does not modify compiled code (unlike PostSharp) .
It uses your IoC container to create runtime-callable wrappers to intercept your method calls.
Source code for SNAP is hosted at http://github.com/Acoustic/Snap.