Info
Version: | 0.0.5 |
Author(s): | skwasiborski |
Last Update: | Wednesday, November 7, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/skwasiborski/mixins |
NuGet Url: | https://www.nuget.org/packages/Mixins |
Install
Install-Package Mixins
dotnet add package Mixins
paket add Mixins
Mixins Download (Unzip the "nupkg" after downloading)
Dependencies
- PostSharp(2.1.7.22)
Tags
This project gives simple Mixin implementation fo c# using PostSharp AOP library. Mixins give simple way to cope with common issues like adding funcionality to comon classes that have to inherit from some framework base class, or compose custom behaviours of more than one base classes.
For now examples of using mixins are in the test project.