Spring.FluentContext
1.0.9
See the version list below for details.
dotnet add package Spring.FluentContext --version 1.0.9
NuGet\Install-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"
// Install Spring.FluentContext as a Cake Addin #addin nuget:?package=Spring.FluentContext&version=1.0.9 // Install Spring.FluentContext as a Cake Tool #tool nuget:?package=Spring.FluentContext&version=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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 3.5
- Spring.Aop (>= 1.3.2)
-
.NETFramework 4.0
- Spring.Aop (>= 1.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.