Pisum.Infrastructure 1.0.0
Pisum.Infrastructure
ASP.NET Core infrastructure library providing common components and utilities for building robust web applications.
Installation
dotnet add package Pisum.Infrastructure
Quick Start
var builder = WebApplication.CreateBuilder(args);
// Add infrastructure services
builder.Services.AddPisumInfrastructure();
var app = builder.Build();
// Use infrastructure middleware
app.UsePisumInfrastructure();
app.Run();
Features
- Service registration extensions for
IServiceCollection - Middleware extensions for
IApplicationBuilder - Common infrastructure components for ASP.NET Core applications
Target Frameworks
- .NET 8.0
- .NET 10.0
License
Copyright (c) 2026 pisum.net
No packages depend on Pisum.Infrastructure.
.NET 8.0
- No dependencies.
.NET 10.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 1.2.0 | 182 | 01/16/2026 |
| 1.1.0 | 206 | 12/24/2025 |
| 1.0.0 | 2 | 12/24/2025 |
| 1.0.0-preview | 2 | 12/24/2025 |