ForgeTrust.AppSurface.Dependency.Autofac
0.1.0
See the version list below for details.
dotnet add package ForgeTrust.AppSurface.Dependency.Autofac --version 0.1.0
NuGet\Install-Package ForgeTrust.AppSurface.Dependency.Autofac -Version 0.1.0
<PackageReference Include="ForgeTrust.AppSurface.Dependency.Autofac" Version="0.1.0" />
<PackageVersion Include="ForgeTrust.AppSurface.Dependency.Autofac" Version="0.1.0" />
<PackageReference Include="ForgeTrust.AppSurface.Dependency.Autofac" />
paket add ForgeTrust.AppSurface.Dependency.Autofac --version 0.1.0
#r "nuget: ForgeTrust.AppSurface.Dependency.Autofac, 0.1.0"
#:package ForgeTrust.AppSurface.Dependency.Autofac@0.1.0
#addin nuget:?package=ForgeTrust.AppSurface.Dependency.Autofac&version=0.1.0
#tool nuget:?package=ForgeTrust.AppSurface.Dependency.Autofac&version=0.1.0
ForgeTrust.AppSurface.Dependency.Autofac
Autofac IoC container integration for AppSurface modules.
Overview
This package allows modules to participate in Autofac service registration, enabling advanced DI features not available in the default .NET service collection.
Release Guidance
AppSurface publishes the coordinated v0.1.0 release as one package-facing story. Before installing this package from a package feed, read the v0.1.0 release note for current release risk, migration guidance, and package readiness.
Usage
Inherit from AppSurfaceAutofacModule instead of IAppSurfaceModule if you need to use Autofac-specific registrations.
public class MyAutofacModule : AppSurfaceAutofacModule
{
protected override void Load(ContainerBuilder builder)
{
// Custom Autofac registrations
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Autofac (>= 9.1.0)
- Autofac.Extensions.DependencyInjection (>= 11.0.0)
- CliWrap (>= 3.10.1)
- ForgeTrust.AppSurface.Core (>= 0.1.0)
- Microsoft.Extensions.Hosting (>= 10.0.8)
- Microsoft.Extensions.Logging.Console (>= 10.0.8)
- Microsoft.Extensions.Options (>= 10.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.0-preview.8 | 70 | 8/23/2026 |
| 0.2.0-preview.7 | 77 | 8/16/2026 |
| 0.2.0-preview.6 | 72 | 8/12/2026 |
| 0.2.0-preview.5 | 68 | 8/1/2026 |
| 0.2.0-preview.4 | 67 | 7/18/2026 |
| 0.2.0-preview.2 | 71 | 7/3/2026 |
| 0.2.0-preview.1 | 73 | 6/28/2026 |
| 0.1.0 | 132 | 7/2/2026 |
| 0.1.0-rc.4 | 81 | 6/16/2026 |
| 0.1.0-rc.3 | 70 | 6/8/2026 |
| 0.1.0-rc.2 | 64 | 6/3/2026 |
| 0.1.0-rc.1 | 69 | 5/31/2026 |
| 0.1.0-preview.4 | 69 | 5/25/2026 |
| 0.1.0-preview.3 | 70 | 5/20/2026 |
| 0.1.0-preview.2 | 69 | 5/14/2026 |