SoftwaredeveloperDotAt.Infrastructure.Core.Web 10.0.0.6

dotnet add package SoftwaredeveloperDotAt.Infrastructure.Core.Web --version 10.0.0.6
                    
NuGet\Install-Package SoftwaredeveloperDotAt.Infrastructure.Core.Web -Version 10.0.0.6
                    
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.6" />
                    
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.6" />
                    
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.6
                    
#r "nuget: SoftwaredeveloperDotAt.Infrastructure.Core.Web, 10.0.0.6"
                    
#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.6
                    
#: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.6
                    
Install as a Cake Addin
#tool nuget:?package=SoftwaredeveloperDotAt.Infrastructure.Core.Web&version=10.0.0.6
                    
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.6 87 3/29/2026
10.0.0.5 89 3/18/2026
10.0.0.4 83 3/18/2026
10.0.0.3 90 3/6/2026
10.0.0.1 90 2/26/2026
8.0.0.142 93 2/22/2026
8.0.0.141 91 2/21/2026
8.0.0.140 92 2/21/2026
8.0.0.138 97 1/20/2026
8.0.0.137 94 1/20/2026
8.0.0.136 298 12/18/2025
8.0.0.135 239 12/7/2025
8.0.0.134 184 12/5/2025
8.0.0.133 193 12/5/2025
8.0.0.132 195 12/5/2025
8.0.0.130 179 11/28/2025
8.0.0.129 196 11/27/2025
8.0.0.128 194 11/27/2025
8.0.0.127 205 11/27/2025
8.0.0.126 206 11/27/2025
Loading failed