Castle.Windsor.Extensions
2.2.0.11
See the version list below for details.
dotnet add package Castle.Windsor.Extensions --version 2.2.0.11
NuGet\Install-Package Castle.Windsor.Extensions -Version 2.2.0.11
<PackageReference Include="Castle.Windsor.Extensions" Version="2.2.0.11" />
paket add Castle.Windsor.Extensions --version 2.2.0.11
#r "nuget: Castle.Windsor.Extensions, 2.2.0.11"
// Install Castle.Windsor.Extensions as a Cake Addin #addin nuget:?package=Castle.Windsor.Extensions&version=2.2.0.11 // Install Castle.Windsor.Extensions as a Cake Tool #tool nuget:?package=Castle.Windsor.Extensions&version=2.2.0.11
A set of extensions that allow defining configuration properties in XML and registering your components in code using a custom properties resolver
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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 4.0
- Castle.Core (>= 3.0.0.3001)
- Castle.Windsor (>= 3.0.0.3001)
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.4.1 | 3,141 | 11/2/2017 |
2.4.0 | 1,099 | 10/31/2017 |
2.3.1.2 | 961 | 9/12/2017 |
2.3.0.6 | 1,252 | 10/24/2016 |
2.2.1.2 | 1,126 | 5/24/2016 |
2.2.0.11 | 1,036 | 5/20/2016 |
2.1.1 | 29,562 | 9/4/2015 |
2.1.0 | 1,133 | 8/28/2015 |
2.0.1 | 1,110 | 8/25/2015 |
2.0.0 | 1,135 | 8/19/2015 |
1.1.0 | 2,114 | 11/10/2014 |
1.0.0 | 1,387 | 4/30/2014 |
0.1.1-Alpha-2 | 965 | 4/26/2014 |
0.1.0-Alpha-2 | 1,142 | 4/26/2014 |
- Enh: Adding extension methods for IKernel and IKernalInternal to be able to retrieve an internal subsystem strongly typed based on it's name
- Enh: Added IPropertiesInterpreter which faciliates overriding of the properties interpreter with your own implementation when initialising the properties subsystem
- Enh: Adding PropertyResolvingComponent which provides a thin fluent api for creating components properties/parameters for which get automatically resolved using the properties subsystem before registration of the component with the castle kernel
- Enh: Adding PropertyResolvingWindsorContainer which auto registers the properties subsystem
- Enh: Properties subsystem can now be initialised from app.config/web.config via a static method on the PropertiesSubSystem class
- Moving to NUnit tests to maintain compatibility with cloud CI provided by AppVeyor and TravisCI