Spring.FluentContext 1.0.9

There is a newer prerelease version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Spring.FluentContext" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spring.FluentContext --version 1.0.9
#r "nuget: Spring.FluentContext, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-pre 557 2/11/2019
1.0.9 2,348 6/24/2013
1.0.8 1,228 3/23/2013
1.0.7 1,247 3/22/2013
1.0.5 1,255 3/1/2013
1.0.4 1,335 12/11/2012
1.0.3 1,243 12/11/2012
1.0.1 1,290 12/11/2012
1.0.0 1,344 12/11/2012

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.