fuget.org
Stashbox
by Peter Csajtai
3.2.1-preview-573
Toggle Dropdown
API Diff
with 3.1.0-preview-545
Toggle Dropdown
Stashbox.3.2.1-preview-573.nupkg
nuget.org
github.com
Source
License
<
PackageReference
Include
=
"Stashbox"
Version
=
"3.2.1-preview-573"
/>
Frameworks
net40
net45
net461
netstandard1.0
netstandard1.3
netstandard2.0
netstandard2.1
Dependencies
NETStandard.Library 1.6.1
System.Reflection.Emit.Lightweight 4.3.0
API Diff between 3.2.1-preview-573 and 3.1.0-preview-545
12
Additions
7
Removals
Stashbox.Attributes
public
class
DependencyAttribute
:
Attribute
public
string
Name
{
get
;
set
; }
public
DependencyAttribute
(
string
name
=
null
)
public
object
Name
{
get
;
set
; }
public
DependencyAttribute
(
object
name
=
null
)
Stashbox.Configuration
public
class
ContainerConfiguration
public
bool
ForceUseMicrosoftExpressionCompiler
{
get
; }
public
Func
<
LambdaExpression
,
Delegate
>
ExternalExpressionCompiler
{
get
; }
public
class
ContainerConfigurator
public
ContainerConfigurator
WithExpressionCompiler
(
Func
<
LambdaExpression
,
Delegate
>
compilerDelegate
)
public
static
class
Rules
public
static
class
ExpressionCompilers
Stashbox.Exceptions
public
class
CircularDependencyException
:
Exception
public
Type
Type
{
get
; }
public
class
CompositionRootNotFoundException
:
Exception
public
Assembly
Assembly
{
get
; }
public
class
ExceptionBaseException
:
Exception
public
class
InvalidRegistrationException
:
Exception
public
Type
Type
{
get
; }
public
class
LifetimeValidationFailedException
:
Exception
public
Type
Type
{
get
; }
public
class
ResolutionFailedException
:
Exception
public
Type
Type
{
get
; }
public
class
ServiceAlreadyRegisteredException
:
Exception
public
Type
Type
{
get
; }
Stashbox.Registration
public
class
ServiceRegistration
public
object
RegistrationName
{
get
; }
public
object
SynchronizationObject
{
get
; }
Stashbox.Resolution
public
class
TypeInformation
public
TypeInformation
()
System.Linq.Expressions
public
static
class
ExpressionExtensions
public
static
MemberInitExpression
InitMembers
(
this
Expression
expression
,
MemberBinding
[]
bindings
)