Spring.FluentContext
1.0.9
Allows creating Spring.NET IoC container from code using fluent API:
* without XML
* without literals
* without static contexts
* with type-safe injections
* with possibility to integrate with other contexts
Please visit project home page for details: https://github.com/Suremaker/Spring.FluentContext
See the version list below for details.
Install-Package Spring.FluentContext -Version 1.0.9
dotnet add package Spring.FluentContext --version 1.0.9
<PackageReference Include="Spring.FluentContext" Version="1.0.9" />
paket add Spring.FluentContext --version 1.0.9
#r "nuget: Spring.FluentContext, 1.0.9"
Release Notes
Added Def.ObjectProperty() and ToObjectProperty() extension method allowing to retrieve object property value.
Added UseStaticFactoryMethod() / UseFactoryMethod() overloads allowing to configure factory methods accepting up to 3 parameters.
Dependencies
-
.NETFramework 3.5
- Spring.Aop (>= 1.3.2)
-
.NETFramework 4.0
- Spring.Aop (>= 1.3.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.