MiCake.AspNetCore 10.0.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
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
11.0.0-preview.2608081400 59 8/8/2026
11.0.0-preview.2608081123 60 8/8/2026
11.0.0-preview.12 55 8/8/2026
10.0.0 124 5/11/2026
10.0.0-preview.11 121 3/16/2026
10.0.0-preview.10 83 2/23/2026
10.0.0-preview.9 92 2/9/2026
10.0.0-preview.8 83 1/21/2026
10.0.0-preview.7 72 1/20/2026
10.0.0-preview.5 94 1/15/2026
1.0.0-CI-20251227-143701 132 12/27/2025
1.0.0-CI-20251227-131439 108 12/27/2025
1.0.0-CI-20251203-144406 677 12/3/2025
1.0.0-CI-20251202-144550 681 12/2/2025
1.0.0-CI-20251128-083448 165 11/28/2025
1.0.0-CI-20251123-045010 166 11/23/2025
0.9.0-CI-20251107-105430 170 11/7/2025
0.9.0-CI-20251030-064729 203 10/30/2025
0.9.0-CI-20251019-130615 223 10/19/2025
0.9.0-CI-20251009-024518 194 10/9/2025
Loading failed