4.3.0
6 Jun 18
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
Compare to version...
with 4.2.1
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
Download Package
Open in NuGet
<
PackageReference
Include
=
"Castle.Core"
Version
=
"4.3.0"
/>
API Differences between 4.3.0 and 4.2.1
4
Additions
0
Removals
Castle.Core.Logging
public
class
TraceLoggerFactory
:
AbstractLoggerFactory
public
TraceLoggerFactory
(
LoggerLevel
level
)
Castle.DynamicProxy.Generators
public
class
MethodWithInvocationGenerator
:
MethodGenerator
public
MethodWithInvocationGenerator
(
MetaMethod
method
,
Reference
interceptors
,
Type
invocation
,
GetTargetExpressionDelegate
getTargetExpression
,
GetTargetExpressionDelegate
getTargetTypeExpression
,
OverrideMethodDelegate
createMethod
,
IInvocationCreationContributor
contributor
)
Castle.DynamicProxy.Generators.Emitters.SimpleAST
public
class
IfNullExpression
:
Expression
public
IfNullExpression
(
Expression
expression
,
IILEmitter
ifNull
,
IILEmitter
ifNotNull
=
null
)
Castle.DynamicProxy.Internal
public
static
class
TypeUtil
public
static
bool
IsNullableType
(
this
Type
type
)