InjectionExpert 0.2.0
See the version list below for details.
dotnet add package InjectionExpert --version 0.2.0
NuGet\Install-Package InjectionExpert -Version 0.2.0
<PackageReference Include="InjectionExpert" Version="0.2.0" />
<PackageVersion Include="InjectionExpert" Version="0.2.0" />
<PackageReference Include="InjectionExpert" />
paket add InjectionExpert --version 0.2.0
#r "nuget: InjectionExpert, 0.2.0"
#:package InjectionExpert@0.2.0
#addin nuget:?package=InjectionExpert&version=0.2.0
#tool nuget:?package=InjectionExpert&version=0.2.0
Injection Expert
This package provides a dependency injection framework based on dynamic code generation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- EmitToolbox (>= 0.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.2.0
Breaking Changes:
- Add a struct 'InjectionItem' to replace the previous '(object, InjectionLifespan)'.
- Separate the functor support from 'IInjectionContainer' to 'FunctorInjectionProvider';
now functor wrapper can cache singleton instances;
users can extend an injection provider by combining functor wrapper and chained wrapper.
Improvements:
- Unify the word usage in documentation.