Corner49.Infra 10.0.122

dotnet add package Corner49.Infra --version 10.0.122
 
NuGet\Install-Package Corner49.Infra -Version 10.0.122
 
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="Corner49.Infra" Version="10.0.122" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corner49.Infra" Version="10.0.122" />
 
Directory.Packages.props
<PackageReference Include="Corner49.Infra" />
 
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 Corner49.Infra --version 10.0.122
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Corner49.Infra, 10.0.122"
 
#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 Corner49.Infra@10.0.122
 
#: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=Corner49.Infra&version=10.0.122
 
Install as a Cake Addin
#tool nuget:?package=Corner49.Infra&version=10.0.122
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Introduction

Corner49.Infra is an opinionated libray handle some infrastructure components for .Net projects

Sample Program.cs

using Corner49.Infra;
var infra = WebApplication.CreateBuilder(args)
	.UseInfra("Sample")
	.WithViewControllers();
//Add Custom services here
//Build and run
await infra.BuildAndRun();
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 (2)

Showing the top 2 NuGet packages that depend on Corner49.Infra:

Package Downloads
Corner49.CLI

Package Description

Corner49.LogViewer

An opinionated viewer op Application Logs stored in a BlobContainer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.122 0 7/4/2026
10.0.121 0 7/4/2026
10.0.120 0 7/4/2026
10.0.119 0 7/4/2026
10.0.118 125 6/27/2026
10.0.117 419 6/19/2026
10.0.116 105 6/19/2026
10.0.115 525 6/8/2026
10.0.114 358 5/27/2026
10.0.113 442 5/4/2026
10.0.112 186 5/4/2026
10.0.111 131 5/2/2026
10.0.110 111 5/2/2026
10.0.109 124 4/30/2026
10.0.108 93 4/30/2026
10.0.106 127 4/29/2026
10.0.105 111 4/29/2026
10.0.103 106 4/29/2026
10.0.102 111 4/29/2026
10.0.101 254 4/23/2026
Loading failed