Codebelt.Bootstrapper.Console 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Codebelt.Bootstrapper.Console --version 1.0.0
                    
NuGet\Install-Package Codebelt.Bootstrapper.Console -Version 1.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="Codebelt.Bootstrapper.Console" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codebelt.Bootstrapper.Console" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Codebelt.Bootstrapper.Console" />
                    
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 Codebelt.Bootstrapper.Console --version 1.0.0
                    
#r "nuget: Codebelt.Bootstrapper.Console, 1.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 Codebelt.Bootstrapper.Console@1.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=Codebelt.Bootstrapper.Console&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Codebelt.Bootstrapper.Console&version=1.0.0
                    
Install as a Cake Tool

An implementation optimized for console applications that is managed by its host.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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 Codebelt.Bootstrapper.Console:

Package Downloads
Codebelt.Extensions.BenchmarkDotNet.Console

The Codebelt.Extensions.BenchmarkDotNet.Console namespace contains types that provide a structured and opinionated console-hosted execution model for BenchmarkDotNet.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.2 356 12/17/2025
5.0.1 503 12/7/2025
5.0.0 204 11/14/2025
4.0.5 306 9/15/2025
4.0.4 170 8/20/2025
4.0.3 189 7/11/2025
4.0.2 195 6/16/2025
4.0.1 206 5/25/2025
4.0.0 227 4/12/2025
3.0.1 181 1/31/2025
3.0.0 150 11/13/2024
3.0.0-rc.1 98 11/11/2024
3.0.0-preview.2 109 10/13/2024
3.0.0-preview.1 119 10/7/2024
2.0.0 176 9/8/2024
1.3.0 231 2/11/2024
1.2.0 246 12/15/2023
1.1.0 724 11/9/2022
1.0.1 475 12/29/2021
1.0.0 591 5/7/2021

Version: 1.0.0
Availability: NET NET 5.0
 
# New Features
- ADDED ConsoleHostedService class in the Codebelt.Bootstrapper.Common namespace that provides a console application that is managed by its host
- ADDED ConsoleProgram class in the Codebelt.Bootstrapper.Common namespace that is the base entry point of an application responsible for registering its ConsoleStartup partner
- ADDED ConsoleStartup interface in the Codebelt.Bootstrapper.Common namespace that provides the base class of a conventional based Startup class for a console application
- ADDED HostBuilderExtensions class in the Codebelt.Bootstrapper.Common namespace that consist of extension methods for the IHostBuilder interface: UseConsoleStartup