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 |
Install
Install-Package SNAP
dotnet add package SNAP
paket add SNAP
SNAP Download (Unzip the "nupkg" after downloading)
Dependencies
- fasterflect(2.1.2)
- Castle.Core(3.1.0)
- CommonServiceLocator(1.0)
Tags
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.