MiCake.AspNetCore 10.0.0

Prefix Reserved
dotnet add package MiCake.AspNetCore --version 10.0.0
                    
NuGet\Install-Package MiCake.AspNetCore -Version 10.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="MiCake.AspNetCore" Version="10.0.0" />
                    
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" />
                    
Directory.Packages.props
<PackageReference Include="MiCake.AspNetCore" />
                    
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 MiCake.AspNetCore --version 10.0.0
                    
#r "nuget: MiCake.AspNetCore, 10.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 MiCake.AspNetCore@10.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=MiCake.AspNetCore&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MiCake.AspNetCore&version=10.0.0
                    
Install as a Cake Tool

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

📚 Full Documentation

License

MIT License - see LICENSE

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

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 89 5/11/2026
10.0.0-preview.11 106 3/16/2026
10.0.0-preview.10 71 2/23/2026
10.0.0-preview.9 81 2/9/2026
10.0.0-preview.8 71 1/21/2026
10.0.0-preview.7 64 1/20/2026
10.0.0-preview.5 82 1/15/2026
1.0.0-CI-20251227-143701 112 12/27/2025
1.0.0-CI-20251227-131439 89 12/27/2025
1.0.0-CI-20251203-144406 664 12/3/2025
1.0.0-CI-20251202-144550 668 12/2/2025
1.0.0-CI-20251128-083448 153 11/28/2025
1.0.0-CI-20251123-045010 154 11/23/2025
0.9.0-CI-20251107-105430 157 11/7/2025
0.9.0-CI-20251030-064729 189 10/30/2025
0.9.0-CI-20251019-130615 207 10/19/2025
0.9.0-CI-20251009-024518 180 10/9/2025
0.9.0-CI-20251008-121343 176 10/8/2025
0.9.0-CI-20250927-142804 135 9/27/2025
0.9.0-CI-20250927-134346 110 9/27/2025
Loading failed