SimpleModule.Core
0.0.33
dotnet add package SimpleModule.Core --version 0.0.33
NuGet\Install-Package SimpleModule.Core -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.Core" Version="0.0.33" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleModule.Core" Version="0.0.33" />
<PackageReference Include="SimpleModule.Core" />
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.33
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleModule.Core, 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.Core@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.Core&version=0.0.33
#tool nuget:?package=SimpleModule.Core&version=0.0.33
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SimpleModule.Core
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
Links
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- WolverineFx (>= 5.31.0)
- ZiggyCreatures.FusionCache (>= 2.6.0)
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