fuget.org
Stashbox
by Peter Csajtai
3.1.2-preview-556
Toggle Dropdown
API Diff
with 3.1.0
Toggle Dropdown
Stashbox.3.1.2-preview-556.nupkg
nuget.org
github.com
Source
License
<
PackageReference
Include
=
"Stashbox"
Version
=
"3.1.2-preview-556"
/>
Frameworks
net40
net45
netstandard1.0
netstandard1.3
netstandard2.0
Dependencies
NETStandard.Library 1.6.1
API Diff between 3.1.2-preview-556 and 3.1.0
8
Additions
6
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
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
()