fuget.org
Stashbox
by Peter Csajtai
3.2.1-preview-575
Toggle Dropdown
API Diff
with 3.1.1-preview-549
Toggle Dropdown
Stashbox.3.2.1-preview-575.nupkg
nuget.org
github.com
Source
License
<
PackageReference
Include
=
"Stashbox"
Version
=
"3.2.1-preview-575"
/>
Frameworks
net40
net45
net461
netstandard1.0
netstandard1.3
netstandard2.0
netstandard2.1
Dependencies
NETStandard.Library 1.6.1
API Diff between 3.2.1-preview-575 and 3.1.1-preview-549
3
Additions
4
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.Exceptions
public
class
CompositionRootNotFoundException
:
Exception
public
Assembly
Assembly
{
get
; }
Stashbox.Resolution
public
class
TypeInformation
public
TypeInformation
()
System.Linq.Expressions
public
static
class
ExpressionExtensions
public
static
MemberInitExpression
InitMembers
(
this
Expression
expression
,
MemberBinding
[]
bindings
)