MiCake.Core 10.0.0-preview.11

Prefix Reserved
This is a prerelease version of MiCake.Core.
dotnet add package MiCake.Core --version 10.0.0-preview.11
                    
NuGet\Install-Package MiCake.Core -Version 10.0.0-preview.11
                    
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="10.0.0-preview.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MiCake.Core" Version="10.0.0-preview.11" />
                    
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 10.0.0-preview.11
                    
#r "nuget: MiCake.Core, 10.0.0-preview.11"
                    
#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@10.0.0-preview.11
                    
#: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=10.0.0-preview.11&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MiCake.Core&version=10.0.0-preview.11&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
10.0.0-preview.11 91 3/16/2026
10.0.0-preview.10 62 2/23/2026
10.0.0-preview.9 76 2/9/2026
10.0.0-preview.8 65 1/21/2026
10.0.0-preview.7 63 1/20/2026
10.0.0-preview.5 69 1/15/2026
1.0.0-CI-20251227-143701 140 12/27/2025
1.0.0-CI-20251227-131439 97 12/27/2025
1.0.0-CI-20251203-144406 686 12/3/2025
1.0.0-CI-20251202-144550 672 12/2/2025
1.0.0-CI-20251128-083448 162 11/28/2025
1.0.0-CI-20251123-045010 151 11/23/2025
0.9.0-CI-20251107-105430 171 11/7/2025
0.9.0-CI-20251030-064729 221 10/30/2025
0.9.0-CI-20251019-130615 221 10/19/2025
0.9.0-CI-20251009-024518 206 10/9/2025
0.9.0-CI-20251008-121343 195 10/8/2025
0.9.0-CI-20250927-142804 151 9/27/2025
0.9.0-CI-20250927-134346 137 9/27/2025
0.3.0 3,840 7/6/2020
Loading failed