2.5.1
7 Jan 11
Toggle Dropdown
Version 5
5.2.1
9 Mar 25
5.1.1
30 Dec 22
5.1.0
2 Aug 22
5.0.0
11 May 22
5.0.0-beta001
10 May 22
Version 4
4.4.1
6 May 20
4.4.0
5 Apr 19
4.3.1
20 Jun 18
4.3.0
6 Jun 18
4.2.1
10 Oct 17
4.2.0
28 Sep 17
4.1.1
12 Jul 17
4.1.0
11 Jun 17
4.0.0
24 Jan 17
4.0.0-beta002
27 Oct 16
4.0.0-beta001
17 Jul 16
4.0.0-alpha001
7 Apr 16
Version 3
3.3.3
6 Nov 14
3.3.2
3 Nov 14
3.3.1
10 Sep 14
3.3.0
27 Apr 14
3.2.2
1 Dec 13
3.2.1
6 Oct 13
3.2.0
16 Feb 13
3.1.0
5 Aug 12
3.1.0-RC
7 Jul 12
3.0.0.4001
14 Dec 11
3.0.0.3001
20 Nov 11
3.0.0.2001
3 Sep 11
Version 2
2.5.2
4 Sep 11
2.5.1
7 Jan 11
Version 1
1.2.0
7 Jan 11
1.1.0
7 Jan 11
Version 0
0.0.1110
9 Mar 25
Compare to version...
with 2.5.2
Toggle Dropdown
Version 5
5.2.1
9 Mar 25
5.1.1
30 Dec 22
5.1.0
2 Aug 22
5.0.0
11 May 22
5.0.0-beta001
10 May 22
Version 4
4.4.1
6 May 20
4.4.0
5 Apr 19
4.3.1
20 Jun 18
4.3.0
6 Jun 18
4.2.1
10 Oct 17
4.2.0
28 Sep 17
4.1.1
12 Jul 17
4.1.0
11 Jun 17
4.0.0
24 Jan 17
4.0.0-beta002
27 Oct 16
4.0.0-beta001
17 Jul 16
4.0.0-alpha001
7 Apr 16
Version 3
3.3.3
6 Nov 14
3.3.2
3 Nov 14
3.3.1
10 Sep 14
3.3.0
27 Apr 14
3.2.2
1 Dec 13
3.2.1
6 Oct 13
3.2.0
16 Feb 13
3.1.0
5 Aug 12
3.1.0-RC
7 Jul 12
3.0.0.4001
14 Dec 11
3.0.0.3001
20 Nov 11
3.0.0.2001
3 Sep 11
Version 2
2.5.2
4 Sep 11
2.5.1
7 Jan 11
Version 1
1.2.0
7 Jan 11
1.1.0
7 Jan 11
Version 0
0.0.1110
9 Mar 25
Download Package
Open in NuGet
<
PackageReference
Include
=
"castle.core"
Version
=
"2.5.1"
/>
API Differences between 2.5.1 and 2.5.2
6
Additions
16
Removals
Castle.Components.DictionaryAdapter
public
static
class
AttributesUtil
public
static
T
GetAttribute
<
T
>(
MemberInfo
member
)
public
static
T
[]
GetAttributes
<
T
>(
MemberInfo
member
)
public
static
T
GetTypeAttribute
<
T
>(
Type
type
)
public
static
T
[]
GetTypeAttributes
<
T
>(
Type
type
)
public
static
Type
GetTypeConverter
(
MemberInfo
member
)
public
class
DefaultXmlSerializer
:
IXPathSerializer
public
interface
IXPathSerializer
public
class
XPathAdapter
:
DictionaryBehaviorAttribute
,
IDictionaryInitializer
,
IDictionaryPropertyGetter
,
IDictionaryPropertySetter
,
IDictionaryBehavior
,
IDictionaryCreateStrategy
public
XPathContext
Context
{
get
; }
public
XPathAdapter
Parent
{
get
; }
public
class
XPathContext
:
XsltContext
public
IEnumerable
<
IXPathSerializer
>
Serializers
{
get
; }
public
XPathContext
AddSerializer
(
IXPathSerializer
serializer
)
public
class
XPathResult
public
XPathContext
Context
{
get
; }
public
bool
ReadObject
(
out
object
value
)
public
bool
WriteObject
(
object
value
)
Castle.Core.Internal
public
static
class
AttributesUtil
Castle.DynamicProxy
public
class
AllMethodsHook
:
IProxyGenerationHook
protected
static
readonly
ICollection
<
Type
>
SkippedTypes
protected
bool
IsFinalizer
(
MethodInfo
methodInfo
)
Castle.DynamicProxy.Contributors
public
class
InterfaceProxyWithOptionalTargetContributor
:
InterfaceProxyWithoutTargetContributor
public
class
OptionallyForwardingMethodGenerator
:
MethodGenerator
Castle.DynamicProxy.Generators.Emitters.SimpleAST
public
class
IfNullExpression
:
Expression
public
class
MultiStatementExpression
:
Expression