DotBoil 1.9.4

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

Core framework for building modular .NET applications. Provides the module system, lifecycle management, topological dependency resolution, and configuration pipeline that all DotBoil modules build upon.

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

Showing the top 5 NuGet packages that depend on DotBoil:

Package Downloads
DotBoil.Parameter

Runtime application parameter management for DotBoil. Stores named key-value parameters in a MySQL database with Redis caching, enabling typed read/write access to configuration values without application restarts.

DotBoil.EFCore

Entity Framework Core integration for DotBoil applications. Manages DbContext registration, multi-database provider support (MySQL, SQL Server), automated migrations, and a generic repository pattern.

DotBoil.Validator

FluentValidation integration for DotBoil applications. Auto-discovers and registers validators across all loaded assemblies for use in both direct service validation and MediatR pipeline behaviors.

DotBoil.Cors

Configurable CORS policy management for DotBoil applications. Define allowed origins, headers, and methods through appsettings.json without writing manual middleware setup code.

DotBoil.MassTransit

Message bus integration for DotBoil applications using MassTransit and RabbitMQ. Auto-discovers consumers, configures queues via [Queue] attributes, and exposes IBusPublisher for fire-and-forget domain event publishing.

GitHub repositories

This package is not used by any popular GitHub repositories.