fuget.org
Stashbox
by Peter Csajtai
2.9.0-preview-516
Toggle Dropdown
API Diff
with 2.9.0-preview-524
Toggle Dropdown
Stashbox.2.9.0-preview-516.nupkg
nuget.org
github.com
Source
License
<
PackageReference
Include
=
"Stashbox"
Version
=
"2.9.0-preview-516"
/>
Frameworks
net40
net45
netstandard1.0
netstandard1.3
netstandard2.0
portable-net45+win8+wp8+wpa81
Dependencies
NETStandard.Library 1.6.1
API Diff between 2.9.0-preview-516 and 2.9.0-preview-524
18
Additions
15
Removals
Stashbox
public
interface
IResolutionScope
:
IDisposable
List
<
object
>
GetActiveScopeNames
()
ISet
<
object
>
GetActiveScopeNames
()
void
ResetRuntimeCircularDependencyBarrier
(
int
key
)
void
ResetRuntimetCircularDependencyBarrier
(
int
key
)
Stashbox.Entity
public
class
MemberInformation
public
MemberInformation
Clone
()
public
class
TypeInformation
public
TypeInformation
Clone
(
Type
type
)
public
TypeInformation
Clone
()
Stashbox.Registration
public
class
DecoratorRepository
:
IDecoratorRepository
public
DecoratorRepository
()
public
void
AddDecorator
(
Type
type
,
IServiceRegistration
serviceRegistration
,
bool
remap
,
bool
replace
)
public
KeyValue
<
Type
,
IServiceRegistration
>[]
GetDecoratorsOrDefault
(
Type
type
)
public
interface
IRegistrationRepository
IEnumerable
<
IServiceRegistration
>
GetRegistrationsOrDefault
(
TypeInformation
typeInfo
,
ResolutionContext
resolutionContext
)
IEnumerable
<
KeyValue
<
object
,
IServiceRegistration
>>
GetRegistrationsOrDefault
(
Type
type
,
ResolutionContext
resolutionContext
)
public
interface
IServiceRegistration
bool
HasName
{
get
; }
int
RegistrationId
{
get
; }
object
RegistrationName
{
get
; }
object
RegistrationId
{
get
; }
int
RegistrationNumber
{
get
; }
bool
CanInjectIntoNamedScope
(
IEnumerable
<
object
>
scopeNames
)
bool
CanInjectIntoNamedScope
(
ISet
<
object
>
scopeNames
)
void
InheritIdFrom
(
IServiceRegistration
serviceRegistration
)
public
class
ServiceRegistration
:
IServiceRegistration
public
bool
HasName
{
get
; }
public
int
RegistrationId
{
get
; }
public
object
RegistrationName
{
get
; }
public
object
RegistrationId
{
get
; }
public
int
RegistrationNumber
{
get
; }
public
bool
CanInjectIntoNamedScope
(
IEnumerable
<
object
>
scopeNames
)
public
bool
CanInjectIntoNamedScope
(
ISet
<
object
>
scopeNames
)
public
void
InheritIdFrom
(
IServiceRegistration
serviceRegistration
)
Stashbox.Registration.Fluent
public
class
FluentServiceConfigurator
<
TConfigurator
> :
BaseFluentConfigurator
<
TConfigurator
>,
IFluentServiceConfigurator
<
TConfigurator
>,
IBaseFluentConfigurator
<
TConfigurator
> where
TConfigurator
:
FluentServiceConfigurator
<
TConfigurator
>
public
TConfigurator
InScopeDefinedBy
(
Type
type
)
public
TConfigurator
InScopeDefinedBy
<
TScopeDefiner
>()
public
interface
IFluentServiceConfigurator
<
TConfigurator
> :
IBaseFluentConfigurator
<
TConfigurator
> where
TConfigurator
:
IFluentServiceConfigurator
<
TConfigurator
>
TConfigurator
InScopeDefinedBy
(
Type
type
)
TConfigurator
InScopeDefinedBy
<
TScopeDefiner
>()