Cobytelabs.Modulus.EntityFrameworkCore 1.0.0

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

Modulus Framework

A modular monolith framework for .NET 10 — build enterprise applications with CQRS, domain-driven design, multi-tenancy, and a transactional outbox/inbox.

Packages

Package Description
Cobytelabs.Modulus.Core Core abstractions: modules, domain events, auditing, value objects
Cobytelabs.Modulus.AspNetCore ASP.NET Core integration: middleware, rate limiting, health checks, security headers
Cobytelabs.Modulus.EntityFrameworkCore EF Core integration: ModuleDbContext, repository, migrations
Cobytelabs.Modulus.Data.SqlServer SQL Server provider
Cobytelabs.Modulus.Data.PostgreSQL PostgreSQL provider
Cobytelabs.Modulus.Data.MySQL MySQL provider
Cobytelabs.Modulus.Data.SQLite SQLite provider
Cobytelabs.Modulus.Data.MongoDB MongoDB provider
Cobytelabs.Modulus.Mediator CQRS mediator with pipeline behaviors
Cobytelabs.Modulus.Events Domain events and integration event bus
Cobytelabs.Modulus.Inbox Idempotent message processing
Cobytelabs.Modulus.Outbox Transactional outbox publisher
Cobytelabs.Modulus.Identity OpenIddict server, external IdP adapters
Cobytelabs.Modulus.Platform Multi-tenancy, authorization, caching, storage, SignalR
Cobytelabs.Modulus.Observability OpenTelemetry diagnostics, health probes
Cobytelabs.Modulus.Cli CLI tool for scaffolding applications

Quick start

dotnet tool install -g Cobytelabs.Modulus.Cli
modulus app MyApp
cd MyApp/src/API/MyApp.Api
dotnet run

Documentation

See the GitHub repository for full documentation, samples, and API reference.

License

Apache License 2.0

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 (9)

Showing the top 5 NuGet packages that depend on Cobytelabs.Modulus.EntityFrameworkCore:

Package Downloads
Cobytelabs.Modulus.Mediator

In-process mediator for Modulus: commands, queries, and pipeline behaviours (validation, logging, caching, unit-of-work transactions).

Cobytelabs.Modulus.Inbox

Idempotent integration-event consumption for Modulus over EF Core: atomic claim decorator, dead-lettering, and per-module InboxMessage model mapping.

Cobytelabs.Modulus.Data.SQLite

SQLite database provider for Modulus Entity Framework Core modules.

Cobytelabs.Modulus.Identity

OpenIddict-based identity and authorization server for Modulus with external IdP adapters (Auth0, Okta, Azure AD, Duende, Authentik).

Cobytelabs.Modulus.Testing

Integration-test harness for Modulus applications: a WebApplicationFactory that boots the fully composed host and swaps every module DbContext to an isolated in-memory SQLite database, plus authenticated test clients.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0 253 9/2/2026
1.2.0 266 8/8/2026
1.1.0 281 8/6/2026
1.0.0 305 7/27/2026