ForgeTrust.AppSurface.Dependency.Autofac 0.1.0

There is a newer prerelease version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ForgeTrust.AppSurface.Dependency.Autofac" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ForgeTrust.AppSurface.Dependency.Autofac" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ForgeTrust.AppSurface.Dependency.Autofac" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ForgeTrust.AppSurface.Dependency.Autofac --version 0.1.0
                    
#r "nuget: ForgeTrust.AppSurface.Dependency.Autofac, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ForgeTrust.AppSurface.Dependency.Autofac@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ForgeTrust.AppSurface.Dependency.Autofac&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=ForgeTrust.AppSurface.Dependency.Autofac&version=0.1.0
                    
Install as a Cake Tool

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
    }
}

📂 Back to Dependency List | 🏠 Back to Root

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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