Muonroi.Core
2.0.2
dotnet add package Muonroi.Core --version 2.0.2
NuGet\Install-Package Muonroi.Core -Version 2.0.2
<PackageReference Include="Muonroi.Core" Version="2.0.2" />
<PackageVersion Include="Muonroi.Core" Version="2.0.2" />
<PackageReference Include="Muonroi.Core" />
paket add Muonroi.Core --version 2.0.2
#r "nuget: Muonroi.Core, 2.0.2"
#:package Muonroi.Core@2.0.2
#addin nuget:?package=Muonroi.Core&version=2.0.2
#tool nuget:?package=Muonroi.Core&version=2.0.2
Muonroi.Core
Central extensions and services for the Muonroi application ecosystem.
Overview
Delivers essential implementation classes and extensions including CoreServiceCollectionExtensions, MDateTimeService, MSequentialGuidGenerator, and various formatters.
Features
- DI Registration: Provides
CoreServiceCollectionExtensionsto wire up required primitives. - Time Management: Implements
MDateTimeService,LocalClockProvider, andUtcClockProviderfor standardized time. - Extensions: Rich extension methods like
JsonExtensions,MCryptographyExtension, andMStringExtension. - Identifiers: Includes
MSequentialGuidGeneratorfor database-friendly sequential GUID generation.
Installation
dotnet add package Muonroi.Core
Quick Start
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddCoreServices();
var app = builder.Build();
var timeService = app.Services.GetRequiredService<IMDateTimeService>();
var now = timeService.Now;
Ecosystem Combinations
- With Muonroi.Core.Abstractions: Resolves core system interfaces like
IMDateTimeServiceandIGuidGenerator. - Full Stack Example:
builder.Services.AddCoreServices()
.AddEcosystemRegistry();
Samples
Check out the Samples directory for full examples.
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Muonroi.Core.Abstractions (>= 2.0.2)
- Muonroi.Logging (>= 2.0.2)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Muonroi.Core:
| Package | Downloads |
|---|---|
|
Muonroi.Mediator
Mediator pattern implementation for Muonroi: command/query dispatching, pipeline behaviors, and validation integration. |
|
|
Muonroi.Data.EntityFrameworkCore
Entity Framework Core infrastructure for Muonroi: MDbContext with audit, soft-delete, multi-tenant filters, and repository base. |
|
|
Muonroi.Messaging.Abstractions
Message bus contracts: IIntegrationEvent, IEventHandler, and message envelope types for Muonroi messaging integrations. |
|
|
Muonroi.Governance
OSS license governance implementation: basic license verification, capability resolution, and no-op implementations for free-tier usage. |
|
|
Muonroi.Auth
JWT authentication infrastructure: token validation, DPoP binding, claim extraction, and Muonroi auth middleware. |
GitHub repositories
This package is not used by any popular GitHub repositories.