fuget.org
Stashbox
by Peter Csajtai
4.1.0-preview-681
Toggle Dropdown
API Diff
with 4.2.0-preview-687
Toggle Dropdown
Stashbox.4.1.0-preview-681.nupkg
nuget.org
z4kn4fein.github.io
Source
MIT License
<
PackageReference
Include
=
"Stashbox"
Version
=
"4.1.0-preview-681"
/>
Frameworks
net45
net461
netstandard2.0
netstandard2.1
API Diff between 4.1.0-preview-681 and 4.2.0-preview-687
1
Additions
1
Removals
Stashbox.Registration.Fluent
public
class
DecoratorConfigurator
<
TService
,
TImplementation
> :
BaseDecoratorConfigurator
<
DecoratorConfigurator
<
TService
,
TImplementation
>>,
IFluentCompositor
<
TImplementation
,
DecoratorConfigurator
<
TService
,
TImplementation
>>
public
DecoratorConfigurator
<
TService
,
TImplementation
>
WithAsyncInitializer
(
Func
<
TImplementation
,
IDependencyResolver
,
CancellationToken
,
Task
>
initializer
)
public
DecoratorConfigurator
<
TService
,
TImplementation
>
InjectMember
<
TResult
>(
Expression
<
Func
<
TImplementation
,
TResult
>>
expression
,
object
dependencyName
=
null
)