ThisCloud.Framework.Web
1.0.94
dotnet add package ThisCloud.Framework.Web --version 1.0.94
NuGet\Install-Package ThisCloud.Framework.Web -Version 1.0.94
<PackageReference Include="ThisCloud.Framework.Web" Version="1.0.94" />
<PackageVersion Include="ThisCloud.Framework.Web" Version="1.0.94" />
<PackageReference Include="ThisCloud.Framework.Web" />
paket add ThisCloud.Framework.Web --version 1.0.94
#r "nuget: ThisCloud.Framework.Web, 1.0.94"
#:package ThisCloud.Framework.Web@1.0.94
#addin nuget:?package=ThisCloud.Framework.Web&version=1.0.94
#tool nuget:?package=ThisCloud.Framework.Web&version=1.0.94
ThisCloud.Framework.Web
Copilot-ready web framework for ASP.NET Core Minimal APIs with standardized middlewares, CORS, and Swagger integration.
What is this?
ThisCloud.Framework.Web provides production-ready middleware, exception handling, correlation tracking, CORS configuration, and Swagger/OpenAPI integration for ASP.NET Core Minimal APIs.
Installation
dotnet add package ThisCloud.Framework.Web
Quick Start
using ThisCloud.Framework.Web;
var builder = WebApplication.CreateBuilder(args);
// Add ThisCloud.Framework.Web services
builder.Services.AddThisCloudWeb(builder.Configuration);
var app = builder.Build();
// Use middlewares (correlation, exception mapping, etc.)
app.UseThisCloudWeb();
app.MapGet("/", () => "Hello from ThisCloud.Framework.Web!");
app.Run();
Features
- ✅ Correlation middleware - Automatic request correlation ID tracking
- ✅ Exception mapping - Structured ProblemDetails responses for all exceptions
- ✅ CORS support - Configurable CORS policies via appsettings.json
- ✅ Swagger/OpenAPI - Auto-configured with security schemes and examples
- ✅ Minimal API optimized - Designed for .NET Minimal APIs
- ✅ 90% coverage enforced - Battle-tested with mandatory test coverage
Documentation
For full documentation, middleware guides, and advanced configuration:
License
ISC License - see LICENSE for details.
Support
This is an open-source project maintained on a best-effort basis. For issues or contributions, visit the GitHub repository.
| 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. |
-
net10.0
- Microsoft.OpenApi (>= 1.6.22)
- Swashbuckle.AspNetCore (>= 7.2.0)
- ThisCloud.Framework.Contracts (>= 1.0.94)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.