TEF 1.0.3
dotnet add package TEF --version 1.0.3
NuGet\Install-Package TEF -Version 1.0.3
<PackageReference Include="TEF" Version="1.0.3" />
<PackageVersion Include="TEF" Version="1.0.3" />
<PackageReference Include="TEF" />
paket add TEF --version 1.0.3
#r "nuget: TEF, 1.0.3"
#:package TEF@1.0.3
#addin nuget:?package=TEF&version=1.0.3
#tool nuget:?package=TEF&version=1.0.3
One of the common tasks I perform in an application is setup of a dependency injection container. Rather than hard-code a lot of mappings into a file, TEF makes it MUCH easier and simple to add to build up the dependency injection container by simply marking a type with an attribute or assembly attribute.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TEF:
| Package | Downloads |
|---|---|
|
TEFDotNet
This version contains extensions that only work for the .NET framework. One of the common tasks I perform in an application is setup of a dependency injection container. Rather than hard-code a lot of mappings into a file, TEF makes it MUCH easier and simple to add to build up the dependency injection container by simply marking a type with an attribute or assembly attribute. |
GitHub repositories
This package is not used by any popular GitHub repositories.
New in 1.0.3
- Bug fix with the way references were loaded using ExportDependencyAttribute.