fuget.org
Stashbox
by Peter Csajtai
3.1.0-preview-545
Toggle Dropdown
API Diff
with 3.1.2
Toggle Dropdown
Stashbox.3.1.0-preview-545.nupkg
nuget.org
github.com
Source
License
<
PackageReference
Include
=
"Stashbox"
Version
=
"3.1.0-preview-545"
/>
Frameworks
net40
net45
netstandard1.0
netstandard1.3
netstandard2.0
API Diff between 3.1.0-preview-545 and 3.1.2
9
Additions
18
Removals
Stashbox.Attributes
public
class
DependencyAttribute
:
Attribute
public
object
Name
{
get
;
set
; }
public
DependencyAttribute
(
object
name
=
null
)
public
string
Name
{
get
;
set
; }
public
DependencyAttribute
(
string
name
=
null
)
Stashbox.Configuration
public
class
ContainerConfiguration
public
Func
<
LambdaExpression
,
Delegate
>
ExternalExpressionCompiler
{
get
; }
public
bool
ForceUseMicrosoftExpressionCompiler
{
get
; }
public
class
ContainerConfigurator
public
ContainerConfigurator
WithExpressionCompiler
(
Func
<
LambdaExpression
,
Delegate
>
compilerDelegate
)
public
static
class
Rules
public
static
class
ExpressionCompilers
Stashbox.Exceptions
public
class
CircularDependencyException
:
ExceptionBaseException
public
Type
Type
{
get
; }
protected
CircularDependencyException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
CompositionRootNotFoundException
:
Exception
public
Assembly
Assembly
{
get
; }
protected
CompositionRootNotFoundException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ConstructorNotFoundException
:
Exception
protected
ConstructorNotFoundException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ExceptionBaseException
:
Exception
public
Type
Type
{
get
;
set
; }
public
ExceptionBaseException
(
Type
type
,
string
message
=
null
,
Exception
innerException
=
null
)
public
class
InvalidRegistrationException
:
ExceptionBaseException
public
Type
Type
{
get
; }
protected
InvalidRegistrationException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
LifetimeValidationFailedException
:
ExceptionBaseException
public
Type
Type
{
get
; }
protected
LifetimeValidationFailedException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ResolutionFailedException
:
ExceptionBaseException
public
Type
Type
{
get
; }
protected
ResolutionFailedException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
ServiceAlreadyRegisteredException
:
ExceptionBaseException
public
Type
Type
{
get
; }
protected
ServiceAlreadyRegisteredException
(
SerializationInfo
info
,
StreamingContext
context
)
Stashbox.Registration
public
class
ServiceRegistration
public
object
RegistrationName
{
get
; }
public
object
SynchronizationObject
{
get
; }
Stashbox.Resolution
public
class
TypeInformation
public
TypeInformation
()