Skip to content

milleniumbug/Gu.Inject

 
 

Repository files navigation

Gu.Inject

Playing around with writing an IoC

Build status Join the chat at https://gitter.im/JohanLarsson/Gu.Inject

Goal is to make a simple fast container enforcing sane conventions.

  • Ctor injection only. Maybe support for circular messes via initialize but there goes sanity.
  • Only one ctor, can be private.
  • Wire up interfaces & abstract automatically for 1 : 1
  • Allow explicit bindings. Throw if there is a binding.
  • Allow Rebind, throw if kernel has resolved.
  • Dispose and clear all things, don't leak.

About

Playing around with writing an IoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%