An Autofac extension that adds recognition of IOrderedEnumerable<T> as a relationship type, allowing multiple dependencies to be resolved in a guaranteed order.
Info
Version: | 4.0.0 |
Author(s): | Matt Hamilton |
Last Update: | Saturday, August 7, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mthamil/Autofac.Extras.Ordering |
NuGet Url: | https://www.nuget.org/packages/Autofac.Extras.Ordering |
Install
Install-Package Autofac.Extras.Ordering
dotnet add package Autofac.Extras.Ordering
paket add Autofac.Extras.Ordering
Autofac.Extras.Ordering Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 4.0.0)
- NETStandard.Library(>= 1.6.1)