Cobytelabs.Modulus.Testing
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Cobytelabs.Modulus.Testing --version 1.0.0
NuGet\Install-Package Cobytelabs.Modulus.Testing -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.Testing" 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.Testing" Version="1.0.0" />
<PackageReference Include="Cobytelabs.Modulus.Testing" />
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.Testing --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cobytelabs.Modulus.Testing, 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.Testing@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.Testing&version=1.0.0
#tool nuget:?package=Cobytelabs.Modulus.Testing&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 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
- Microsoft.AspNetCore.Mvc.Testing (>= 10.0.9)
- Microsoft.EntityFrameworkCore (>= 10.0.9)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.9)
- Microsoft.EntityFrameworkCore.Sqlite (>= 10.0.9)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 3.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.