NOF.Hosting.Console
10.6.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NOF.Hosting.Console --version 10.6.0
NuGet\Install-Package NOF.Hosting.Console -Version 10.6.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="NOF.Hosting.Console" Version="10.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NOF.Hosting.Console" Version="10.6.0" />
<PackageReference Include="NOF.Hosting.Console" />
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 NOF.Hosting.Console --version 10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NOF.Hosting.Console, 10.6.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 NOF.Hosting.Console@10.6.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=NOF.Hosting.Console&version=10.6.0
#tool nuget:?package=NOF.Hosting.Console&version=10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NOF.Hosting.Console
Console hosting for the NOF Framework.
Usage
using NOF.Hosting.Console;
var builder = NOFConsoleHostBuilder.Create(args);
// Add NOF steps here:
// builder.AddRegistrationStep(...);
// builder.AddInitializationStep(...);
using var app = await builder.BuildAsync();
await app.RunAsync();
| Product | Versions 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.
-
net10.0
- Microsoft.Extensions.Hosting (>= 10.0.0 && < 10.1.0)
- NOF.Hosting.Abstraction (>= 10.6.0)
- NOF.Infrastructure (>= 10.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-nightly.1356918... | 34 | 7/31/2026 |
| 11.0.0-nightly.1355354... | 35 | 7/30/2026 |
| 11.0.0-nightly.1347238... | 47 | 7/24/2026 |
| 11.0.0-nightly.1344296... | 48 | 7/22/2026 |
| 11.0.0-nightly.1341281... | 47 | 7/20/2026 |
| 11.0.0-nightly.1341256... | 49 | 7/20/2026 |
| 11.0.0-nightly.1338464... | 50 | 7/18/2026 |
| 11.0.0-nightly.1336983... | 47 | 7/17/2026 |
| 11.0.0-nightly.1336667... | 47 | 7/17/2026 |
| 11.0.0-nightly.1334320... | 44 | 7/15/2026 |
| 11.0.0-nightly.1334005... | 49 | 7/15/2026 |
| 11.0.0-nightly.1330994... | 52 | 7/13/2026 |
| 11.0.0-nightly.1327047... | 55 | 7/10/2026 |
| 11.0.0-nightly.1326599... | 55 | 7/10/2026 |
| 11.0.0-nightly.1323601... | 58 | 7/8/2026 |
| 11.0.0-nightly.1322679... | 56 | 7/7/2026 |
| 11.0.0-nightly.1322328... | 54 | 7/7/2026 |
| 11.0.0-nightly.1322306... | 54 | 7/7/2026 |
| 11.0.0-nightly.1321240... | 48 | 7/6/2026 |
| 10.6.0 | 110 | 6/10/2026 |
Loading failed