Info
Version: | 0.3.0.15 |
Author(s): | Hendry Luk |
Last Update: | Wednesday, August 21, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://sheepaspect.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/SheepAspect |
Install
Install-Package SheepAspect
dotnet add package SheepAspect
paket add SheepAspect
SheepAspect Download (Unzip the "nupkg" after downloading)
Dependencies
- Mono.Cecil(0.9.5.0)
Tags
Sorry I'm no longer working on this project any more.
But Erhan has given it a new home, so if you'd like to contribute and help him revive it, go and check it out at https://github.com/erhan0/aop
SheepAspect is an AOP framework for .Net platform that is heavily inspired by AspectJ. It statically weaves target assemblies as a post-compiler task, while maintaining debugability.
- Support for Visual Studio 2012
- Bug fixes
Whats new in Preview-3:
- DeclareMixin advice
- DeclareAttributes advice
- IAspectAware (OnAspectCreated interception)
- More complete set of pointcuts
- Intellisense API documentation
- Accept binaries without pdb.