YAAOPF (Yet Another AOP Framework)

Purpose

This is an AOP static weaver.

The intention is that it will/can evolve into a static weaver like AspectJ for Java or the now abandonded AspectDNG for .NET.

Getting started

See Getting started guide.

System requirements

License

All the C# code is licensed under the Apache License, Version 2.0.

Author, bug reports etc.

This library is written by Arne Vajhoej (arne@vajhoej.dk).

Bug reports, bug fixes and comments in general are welcome.

Since this is a hobby project, then I can not give any guarantees about timeline for new releases.

Mono.Cecil

This AOP framework uses Mono.Cecil (like most other .NET AOP frameworks).

The Mono.Cecil license is:

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Latest source code can be downloaded from Github.

The binary in this distribution is build from version 0.9.5-54.