SimpleModule.Core 0.0.15

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

SimpleModule.Core

NuGet

Core interfaces and attributes for the SimpleModule modular monolith framework.

Installation

dotnet add package SimpleModule.Core

Quick Start

[Module("Products", RoutePrefix = "products")]
public sealed class ProductsModule : IModule
{
    public void ConfigureServices(IServiceCollection services)
    {
        // Register module services
    }
}

Key Features

  • IModule interface for defining self-contained modules
  • IEndpoint interface for auto-discovered Minimal API endpoints
  • [Dto] attribute for cross-module data transfer types with TypeScript generation
  • IEventBus for decoupled module-to-module communication
  • IMenuRegistry for dynamic navigation menu registration
  • Inertia.js integration for server-driven React page rendering
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.
  • net10.0

    • No dependencies.

NuGet packages (51)

Showing the top 5 NuGet packages that depend on SimpleModule.Core:

Package Downloads
SimpleModule.Database

Multi-provider database support for SimpleModule. Schema isolation per module with SQLite, PostgreSQL, and SQL Server providers.

SimpleModule.Users.Contracts

Package Description

SimpleModule.Blazor

Blazor SSR integration for SimpleModule. Bridges Blazor server-side rendering with Inertia.js and React frontend.

SimpleModule.Permissions.Contracts

Package Description

SimpleModule.Products.Contracts

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.33 22 4/23/2026
0.0.32 59 4/23/2026
0.0.30 352 4/1/2026
0.0.29 319 4/1/2026
0.0.28 306 4/1/2026
0.0.27 328 3/30/2026
0.0.26 289 3/30/2026
0.0.25 289 3/30/2026
0.0.24 304 3/30/2026
0.0.23 292 3/30/2026
0.0.22 299 3/30/2026
0.0.21 293 3/29/2026
0.0.20 283 3/29/2026
0.0.19 284 3/29/2026
0.0.18 299 3/28/2026
0.0.17 303 3/28/2026
0.0.16 318 3/28/2026
0.0.15 288 3/28/2026
0.0.14 269 3/28/2026
0.0.13 330 3/28/2026
Loading failed