Skip to content

aoancea/dynamic-decorator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build status

dynamic-decorator

This is an attempt to simplify the work with decorators in such a way that you won't have to write the whole class implementation but have it generated for you. A decorator has almost 90% of the code identical to the decorated class, so it does make sense to not write it yourself.

For more information please read about the Decorator pattern here

Main uses

DI Containers

  • Unity
  • Simple Injector
  • Castle Windsor

Nuget

Contribute & Develop

Here you can find a document with the contribution guidelines

About

Dynamically create different kinds of decorators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages