Skip to content

hjerpbakk/FermiContainer

Repository files navigation

FermiContainer - The SIMPLEST IoC Container for .Net

CI codecov Latest version Downloads from NuGet

Even simpler than the simplest IoC-container, FermiContainer makes IoC easy for everyone.

It supports registration of interfaces and implementing classes, and through constructor injection the dependencies known to the container are automatically resolved. No attributes or XML configuration are needed. This is simplicity at its best and FermiContainer is truly a C# IoC container for the rest of us.

See hjerpbakk.com/fermicontainer for more information and get it as a NuGet-package.

Availability

1.1.1

Available as a .Net Standard 2.0 library, thus making it available for all platforms supporting .Net Standard 2.0. Including, but not limited to, iOS, Android, macOS, Windows and Linux.

1.1.0

Available on .Net 4.0 or later, Xamarin.iOS, Xamarin.Mac, Xamarin.Android, Windows 8, Windows Phone 8, Windows Store apps and Silverlight 5.