SoftwaredeveloperDotAt.Infrastructure.Core.Web 10.0.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package SoftwaredeveloperDotAt.Infrastructure.Core.Web --version 10.0.0.5
                    
NuGet\Install-Package SoftwaredeveloperDotAt.Infrastructure.Core.Web -Version 10.0.0.5
                    
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.5" />
                    
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.5" />
                    
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.5
                    
#r "nuget: SoftwaredeveloperDotAt.Infrastructure.Core.Web, 10.0.0.5"
                    
#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.5
                    
#: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.5
                    
Install as a Cake Addin
#tool nuget:?package=SoftwaredeveloperDotAt.Infrastructure.Core.Web&version=10.0.0.5
                    
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.10 36 4/21/2026
10.0.0.9 43 4/21/2026
10.0.0.8 86 4/10/2026
10.0.0.7 90 4/2/2026
10.0.0.6 95 3/29/2026
10.0.0.5 96 3/18/2026
10.0.0.4 90 3/18/2026
10.0.0.3 93 3/6/2026
10.0.0.1 93 2/26/2026
8.0.0.142 97 2/22/2026
8.0.0.141 94 2/21/2026
8.0.0.140 95 2/21/2026
8.0.0.138 101 1/20/2026
8.0.0.137 103 1/20/2026
8.0.0.136 302 12/18/2025
8.0.0.135 240 12/7/2025
8.0.0.134 189 12/5/2025
8.0.0.133 195 12/5/2025
8.0.0.132 197 12/5/2025
8.0.0.130 183 11/28/2025
Loading failed