DryIoc by Maksim Volkau

<PackageReference Include="DryIoc" Version="2.11.4" />

 DryIoc 2.11.4

DryIoc is fast, small, full-featured IoC Container for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.3.0">
    <id>DryIoc</id>
    <version>2.11.4</version>
    <authors>Maksim Volkau</authors>
    <owners>Maksim Volkau</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://bitbucket.org/dadhi/dryioc</projectUrl>
    <description>DryIoc is fast, small, full-featured IoC Container for .NET</description>
    <releaseNotes>v2.11.4:
      - fixed: #488 DryIoc.ContainerException if using WithDependencies
      v2.11.3:
      - fixed: Backward compatibility of DryIoc 2.11 WrapperSetup.Condition with 2.10
      v2.11.2:
      - fixed: Backward compatibility of DryIoc 2.11 Setup.Condition with 2.10
      - fixed: #480: DryIoc.Microsoft.DependencyInjection - WithDependencyInjectionAdapter() exception
      v2.11.1:
      - fixed: UseInstance is not backward compatible with v2.10
      - fixed: #478: DryIoc.Owin.dll 2.2.0 not compatible with DryIoc.dll 2.11.0
      v2.11.0:
      - added: #449: Provide a way to log unresolved dependencies via Rules.WithUnknownServiceHandler
      - added: #463: Add IfAlreadyRegistered option for UseInstance
      - added: #475: Dynamic Registration Providers to enable lazy and on-demand registrations
      - added: #476: AutoFallback and AutoConcreteType resolution based on Dynamic Registration providers
      - fixed: #396: Enable ResolveMany to use auto fallback resolution via dynamic registrations
      - fixed: #451: DryIoc should know about static members
      - fixed: #474: Exclude supported collection wrapper interfaces from RegisterMany / ExportMany
      - fixed: #477: ArgumentException while resolving
      - fixed: DryIocAttributes dependency to System.Diagnostics.Tools from ..Debug</releaseNotes>
    <copyright>Copyright © 2013-2017 Maksim Volkau</copyright>
    <tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory</tags>
    <contentFiles>
      <files include="cs/any/*.*" buildAction="Compile" />
    </contentFiles>
  </metadata>
</package>