SoftwaredeveloperDotAt.Infrastructure.Core.Web 10.0.0.1

dotnet add package SoftwaredeveloperDotAt.Infrastructure.Core.Web --version 10.0.0.1
                    
NuGet\Install-Package SoftwaredeveloperDotAt.Infrastructure.Core.Web -Version 10.0.0.1
                    
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="SoftwaredeveloperDotAt.Infrastructure.Core.Web" Version="10.0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SoftwaredeveloperDotAt.Infrastructure.Core.Web" Version="10.0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="SoftwaredeveloperDotAt.Infrastructure.Core.Web" />
                    
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 SoftwaredeveloperDotAt.Infrastructure.Core.Web --version 10.0.0.1
                    
#r "nuget: SoftwaredeveloperDotAt.Infrastructure.Core.Web, 10.0.0.1"
                    
#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 SoftwaredeveloperDotAt.Infrastructure.Core.Web@10.0.0.1
                    
#: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=SoftwaredeveloperDotAt.Infrastructure.Core.Web&version=10.0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=SoftwaredeveloperDotAt.Infrastructure.Core.Web&version=10.0.0.1
                    
Install as a Cake Tool

<div align="center"> <h1>http://softwaredeveloper.at</h1> </div>

Infrastructure.Core.Web

Infrastructure.Core.Web ist die ASP.NET Core Web-Erweiterungsbibliothek (.NET 8) f�r Infrastructure.Core. Sie stellt wiederverwendbare Bausteine f�r Web-APIs bereit: Middleware, Auth (JWT), Basiskomponenten f�r Swagger, Logging/Serilog-Integration sowie Hilfs-Controller.

Was macht die Bibliothek konkret?

Middleware (Querschnitt)

  • GlobalExceptionHandler
    • Einheitliches Error-Handling f�r ungefangene Exceptions
    • Liefert konsistente HTTP-Fehlerantworten
  • FullRequestLoggingMiddleware
    • Request/Response Logging (inkl. optionaler Body-/Header-Mitschnitte, abh�ngig von Implementierung/Settings)
  • CurrentCultureMiddleware
    • Setzt CurrentCulture/CurrentUICulture pro Request (z.B. anhand Header/Query/Settings)
  • SerilogAdditionalContextMiddleware
    • Reicheres Logging durch zus�tzliche Context-Properties (z.B. Correlation-/User-Infos)

Authentifizierung / JWT

  • TokenAuthenticateService
    • Service zum Erstellen/Validieren und Verarbeiten von JWT Tokens
  • Abh�ngigkeiten f�r Microsoft.AspNetCore.Authentication.JwtBearer sind vorhanden

Controller-Bausteine

  • MonitorController
    • Endpunkte f�r Monitoring/Health/Status-Informationen (anwendungsabh�ngig)
  • MultilingualController
    • Endpunkte f�r Mehrsprachigkeit (z.B. Export/Import/Lookup)

Startup/Bootstrap Helpers

  • WebApplicationBuilderExtensions
    • Erweiterungsmethoden f�r WebApplicationBuilder zur Standard-Registrierung typischer Web-Services
  • WebStartupCore
    • Zentraler Einstiegspunkt f�r wiederkehrende Pipeline-/Service-Konfiguration

Installation / Einbindung

  • Als ProjectReference oder (gepackt) als NuGet referenzieren.

Verwendung (typisch)

  1. Referenz hinzuf�gen: Infrastructure.Core.Web
  2. In Program.cs die bereitgestellten Builder-/Startup-Extensions verwenden
  3. Middleware in die Pipeline einh�ngen (je nach gew�nschter Funktionalit�t)
  4. JWT/Swagger/Json-Optionen konfigurieren

Abh�ngigkeiten

  • Referenziert Infrastructure.Core

Voraussetzungen

  • .NET SDK 8

Repository

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

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
10.0.0.1 78 2/26/2026
8.0.0.142 86 2/22/2026
8.0.0.141 83 2/21/2026
8.0.0.140 84 2/21/2026
8.0.0.138 91 1/20/2026
8.0.0.137 89 1/20/2026
8.0.0.136 291 12/18/2025
8.0.0.135 232 12/7/2025
8.0.0.134 176 12/5/2025
8.0.0.133 184 12/5/2025
8.0.0.132 190 12/5/2025
8.0.0.130 172 11/28/2025
8.0.0.129 192 11/27/2025
8.0.0.128 189 11/27/2025
8.0.0.127 197 11/27/2025
8.0.0.126 198 11/27/2025
8.0.0.125 202 11/24/2025
8.0.0.124 202 11/24/2025
8.0.0.123 206 11/24/2025
8.0.0.122 210 11/4/2025
Loading failed