5.1.1
8 Dec 20
Toggle Dropdown
Version 6
6.0.0
20 Jul 23
Version 5
5.1.2
17 May 22
5.1.1
8 Dec 20
5.1.0
16 Nov 20
5.1.0-beta001
17 Jun 20
5.0.1
18 Sep 19
5.0.0
12 Feb 19
5.0.0-beta001
26 Oct 18
Version 4
4.1.1
14 Oct 18
4.1.0
28 Sep 17
Compare to version...
with 6.0.0
Toggle Dropdown
Version 6
6.0.0
20 Jul 23
Version 5
5.1.2
17 May 22
5.1.1
8 Dec 20
5.1.0
16 Nov 20
5.1.0-beta001
17 Jun 20
5.0.1
18 Sep 19
5.0.0
12 Feb 19
5.0.0-beta001
26 Oct 18
Version 4
4.1.1
14 Oct 18
4.1.0
28 Sep 17
Download Package
Open in NuGet
<
PackageReference
Include
=
"Castle.Windsor"
Version
=
"5.1.1"
/>
API Differences between 5.1.1 and 6.0.0
2
Additions
11
Removals
Castle.Core.Internal
public
class
ComponentServicesUtil
public
static
void
AddService
(
IList
<
Type
>
existingServices
,
HashSet
<
Type
>
lookup
,
Type
newService
)
public
static
void
AddService
(
IList
<
Type
>
existingServices
,
Type
newService
)
Castle.MicroKernel.LifecycleConcerns
public
class
SupportInitializeConcern
:
ICommissionConcern
Castle.MicroKernel.Registration
public
static
class
Classes
public
static
FromAssemblyDescriptor
FromAssemblyInThisApplication
()
public
static
FromAssemblyDescriptor
FromThisAssembly
()
public
static
class
Types
public
static
FromAssemblyDescriptor
FromAssemblyInThisApplication
()
public
static
FromAssemblyDescriptor
FromThisAssembly
()
Castle.Windsor.Diagnostics
public
class
DuplicatedDependenciesDiagnostic
:
IDuplicatedDependenciesDiagnostic
,
IDiagnostic
<
Pair
<
IHandler
,
DependencyDuplicate
[]>[]>
public
Tuple
<
IHandler
,
DependencyDuplicate
[]>[]
Inspect
()
public
Pair
<
IHandler
,
DependencyDuplicate
[]>[]
Inspect
()
Castle.Windsor.Installer
public
class
FromAssembly
public
static
IWindsorInstaller
InThisApplication
()
public
static
IWindsorInstaller
InThisApplication
(
InstallerFactory
installerFactory
)
public
static
IWindsorInstaller
This
()
public
static
IWindsorInstaller
This
(
InstallerFactory
installerFactory
)