fuget.org
Stashbox
by Peter Csajtai
5.10.2
Toggle Dropdown
API Diff
with 5.10.1-preview-811
Toggle Dropdown
Stashbox.5.10.2.nupkg
nuget.org
z4kn4fein.github.io
Source
MIT License
<
PackageReference
Include
=
"Stashbox"
Version
=
"5.10.2"
/>
Frameworks
net45
net461
net5.0
net6.0
net7.0
netstandard2.0
netstandard2.1
API Diff between 5.10.2 and 5.10.1-preview-811
3
Additions
0
Removals
Stashbox.Registration.Fluent
public
class
FluentServiceConfigurator
<
TService
,
TImplementation
,
TConfigurator
> :
FluentServiceConfigurator
<
TConfigurator
> where
TImplementation
:
TService
where
TConfigurator
:
FluentServiceConfigurator
<
TService
,
TImplementation
,
TConfigurator
>
public
TConfigurator
WithFactory
<
TImpl
>(
Func
<
TImpl
>
factory
,
bool
isCompiledLambda
=
false
)
public
TConfigurator
WithFactory
<
TImpl
>(
Func
<
IDependencyResolver
,
TImpl
>
factory
,
bool
isCompiledLambda
=
false
)
public
TConfigurator
WithFactory
<
T1
,
TImpl
>(
Func
<
T1
,
TImpl
>
factory
,
bool
isCompiledLambda
=
false
)