MiCake.Core 11.0.0-preview.2608081400

Prefix Reserved
This is a prerelease version of MiCake.Core.
dotnet add package MiCake.Core --version 11.0.0-preview.2608081400
                    
NuGet\Install-Package MiCake.Core -Version 11.0.0-preview.2608081400
                    
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.Core" Version="11.0.0-preview.2608081400" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MiCake.Core" Version="11.0.0-preview.2608081400" />
                    
Directory.Packages.props
<PackageReference Include="MiCake.Core" />
                    
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.Core --version 11.0.0-preview.2608081400
                    
#r "nuget: MiCake.Core, 11.0.0-preview.2608081400"
                    
#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.Core@11.0.0-preview.2608081400
                    
#: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.Core&version=11.0.0-preview.2608081400&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MiCake.Core&version=11.0.0-preview.2608081400&prerelease
                    
Install as a Cake Tool

MiCake.Core

Core framework components for the MiCake DDD toolkit.

Overview

MiCake.Core provides the foundational building blocks for the MiCake framework:

  • Modular Architecture - Plugin-based module system with lifecycle hooks
  • Dependency Injection - Enhanced DI with auto-registration support
  • Utility Classes - Common helpers and extensions

Installation

dotnet add package MiCake.Core

Key Features

Feature Description
MiCakeModule Base class for creating modular applications
ITransientService Marker interface for transient DI registration
IScopedService Marker interface for scoped DI registration
ISingletonService Marker interface for singleton DI registration

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

Showing the top 1 NuGet packages that depend on MiCake.Core:

Package Downloads
MiCake

Core DDD utilities and abstractions for MiCake.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0-preview.2608081400 84 8/8/2026
11.0.0-preview.2608081123 72 8/8/2026
11.0.0-preview.12 67 8/8/2026
10.0.0 1,325 5/11/2026
10.0.0-preview.11 116 3/16/2026
10.0.0-preview.10 91 2/23/2026
10.0.0-preview.9 102 2/9/2026
10.0.0-preview.8 95 1/21/2026
10.0.0-preview.7 87 1/20/2026
10.0.0-preview.5 95 1/15/2026
1.0.0-CI-20251227-143701 178 12/27/2025
1.0.0-CI-20251227-131439 139 12/27/2025
1.0.0-CI-20251203-144406 714 12/3/2025
1.0.0-CI-20251202-144550 702 12/2/2025
1.0.0-CI-20251128-083448 194 11/28/2025
1.0.0-CI-20251123-045010 182 11/23/2025
0.9.0-CI-20251107-105430 217 11/7/2025
0.9.0-CI-20251030-064729 266 10/30/2025
0.9.0-CI-20251019-130615 256 10/19/2025
0.9.0-CI-20251009-024518 242 10/9/2025
Loading failed