SimpleModule.Hosting 0.0.33

dotnet add package SimpleModule.Hosting --version 0.0.33
                    
NuGet\Install-Package SimpleModule.Hosting -Version 0.0.33
                    
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="SimpleModule.Hosting" Version="0.0.33" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleModule.Hosting" Version="0.0.33" />
                    
Directory.Packages.props
<PackageReference Include="SimpleModule.Hosting" />
                    
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 SimpleModule.Hosting --version 0.0.33
                    
#r "nuget: SimpleModule.Hosting, 0.0.33"
                    
#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 SimpleModule.Hosting@0.0.33
                    
#: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=SimpleModule.Hosting&version=0.0.33
                    
Install as a Cake Addin
#tool nuget:?package=SimpleModule.Hosting&version=0.0.33
                    
Install as a Cake Tool

SimpleModule.Hosting

NuGet

Host builder extensions for SimpleModule that configure module registration, endpoint mapping, and the middleware pipeline.

Installation

dotnet add package SimpleModule.Hosting

Quick Start

var builder = WebApplication.CreateBuilder(args);
builder.AddSimpleModule();

var app = builder.Build();
app.UseSimpleModule();
app.Run();

Key Features

  • AddSimpleModule() registers all framework services, modules, and database providers
  • UseSimpleModule() configures middleware, maps endpoints, and sets up Inertia.js
  • Swagger/OpenAPI integration via Swashbuckle
  • MSBuild targets for build-time module wiring
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.0.33 0 4/23/2026
0.0.32 0 4/23/2026
0.0.30 121 4/1/2026
0.0.29 94 4/1/2026
0.0.28 87 4/1/2026
0.0.27 116 3/30/2026
0.0.26 83 3/30/2026
0.0.25 95 3/30/2026
0.0.24 91 3/30/2026
0.0.23 86 3/30/2026
0.0.22 94 3/30/2026
0.0.21 93 3/29/2026
0.0.20 92 3/29/2026
0.0.19 92 3/29/2026
0.0.18 120 3/28/2026
0.0.17 129 3/28/2026
0.0.16 139 3/28/2026
0.0.15 100 3/28/2026
0.0.14 107 3/28/2026
0.0.13 165 3/28/2026
Loading failed