MiCake.AspNetCore
10.0.0-preview.10
Prefix Reserved
This is a prerelease version of MiCake.AspNetCore.
dotnet add package MiCake.AspNetCore --version 10.0.0-preview.10
NuGet\Install-Package MiCake.AspNetCore -Version 10.0.0-preview.10
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="MiCake.AspNetCore" Version="10.0.0-preview.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MiCake.AspNetCore" Version="10.0.0-preview.10" />
<PackageReference Include="MiCake.AspNetCore" />
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 MiCake.AspNetCore --version 10.0.0-preview.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MiCake.AspNetCore, 10.0.0-preview.10"
#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 MiCake.AspNetCore@10.0.0-preview.10
#: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=MiCake.AspNetCore&version=10.0.0-preview.10&prerelease
#tool nuget:?package=MiCake.AspNetCore&version=10.0.0-preview.10&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MiCake.AspNetCore
ASP.NET Core integration for the MiCake DDD toolkit.
Overview
MiCake.AspNetCore provides seamless integration with ASP.NET Core:
- Unit of Work Filter - Automatic transaction management per request
- Exception Handling - Global exception handling with custom responses
- Response Wrapper - Unified API response format
- API Logging - Request/response logging with sensitive data masking
- Data Wrapper - Automatic response wrapping
Installation
dotnet add package MiCake.AspNetCore
Quick Start
// In Program.cs
builder.Services
.AddMiCake<MyDbContext, AppModule>()
.Build();
var app = builder.Build();
app.StartMiCake();
Documentation
License
MIT License - see LICENSE
| 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
- MiCake (>= 10.0.0-preview.10)
- MiCake.EntityFrameworkCore (>= 10.0.0-preview.10)
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 |
|---|---|---|
| 10.0.0-preview.10 | 47 | 2/23/2026 |
| 10.0.0-preview.9 | 63 | 2/9/2026 |
| 10.0.0-preview.8 | 53 | 1/21/2026 |
| 10.0.0-preview.7 | 48 | 1/20/2026 |
| 10.0.0-preview.5 | 63 | 1/15/2026 |
| 1.0.0-CI-20251227-143701 | 104 | 12/27/2025 |
| 1.0.0-CI-20251227-131439 | 82 | 12/27/2025 |
| 1.0.0-CI-20251203-144406 | 660 | 12/3/2025 |
| 1.0.0-CI-20251202-144550 | 662 | 12/2/2025 |
| 1.0.0-CI-20251128-083448 | 144 | 11/28/2025 |
| 1.0.0-CI-20251123-045010 | 147 | 11/23/2025 |
| 0.9.0-CI-20251107-105430 | 150 | 11/7/2025 |
| 0.9.0-CI-20251030-064729 | 185 | 10/30/2025 |
| 0.9.0-CI-20251019-130615 | 198 | 10/19/2025 |
| 0.9.0-CI-20251009-024518 | 175 | 10/9/2025 |
| 0.9.0-CI-20251008-121343 | 169 | 10/8/2025 |
| 0.9.0-CI-20250927-142804 | 125 | 9/27/2025 |
| 0.9.0-CI-20250927-134346 | 103 | 9/27/2025 |
| 0.9.0-CI-20250926-020921 | 163 | 9/26/2025 |
| 0.3.0 | 936 | 7/6/2020 |
Loading failed