fuget.org
Stashbox
by Peter Csajtai
3.5.1-preview-622
Toggle Dropdown
API Diff
with 3.5.0-preview-615
Toggle Dropdown
Stashbox.3.5.1-preview-622.nupkg
nuget.org
github.com
Source
MIT License
<
PackageReference
Include
=
"Stashbox"
Version
=
"3.5.1-preview-622"
/>
Frameworks
net40
net45
net461
netstandard1.0
netstandard1.3
netstandard2.0
netstandard2.1
Dependencies
NETStandard.Library 1.6.1
API Diff between 3.5.1-preview-622 and 3.5.0-preview-615
2
Additions
5
Removals
Stashbox
public
interface
IResolutionScope
:
IDependencyResolver
,
IDisposable
object
GetOrAddScopedObject
(
int
key
,
object
sync
,
Func
<
IResolutionScope
,
object
>
factory
)
object
GetOrAddScopedObject
(
int
key
,
Func
<
IResolutionScope
,
object
>
factory
)
Stashbox.Configuration
public
class
ContainerConfiguration
public
bool
VariantGenericResolutionEnabled
{
get
; }
public
class
ContainerConfigurator
public
ContainerConfigurator
WithMicrosoftExpressionCompiler
(
bool
enabled
=
true
)
public
ContainerConfigurator
WithVariantGenericResolution
(
bool
enabled
=
true
)
Stashbox.Registration
public
class
ServiceRegistration
public
int
RegistrationOrder
{
get
; }
public
object
SynchronizationObject
{
get
; }