Themia.AspNetCore 0.25.1

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

Typed exceptions + RFC-7807 ProblemDetails middleware for ASP.NET Core. Framework-neutral.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Themia.AspNetCore:

Package Downloads
Themia.Framework.AspNetCore

Themia ASP.NET Core host wiring — AddThemiaAspNetCore() + UseThemia() composing the neutral ProblemDetails middleware and the Themia.MultiTenancy tenant resolution pipeline.

Themia.MultiTenancy.Mediator

Themia multi-tenancy Mediator bridge — a tenant-presence IPipelineBehavior that enforces an authenticated principal and a resolved tenant, with an opt-out marker and a privileged-role bypass.

Themia.Modules.Identity.AspNetCore

JWT bearer authentication wiring for the Themia Identity module — token issuance, validation, and ASP.NET Core middleware integration.

Themia.Modules.Identity.ExternalAuth.AspNetCore

External OAuth/OIDC authentication for Themia Identity — server-side code→token exchange, PKCE, token-bound nonce, id-token validation, JWKS RS256 + HS256, and the external-login flow over a bring-your-own IExternalLoginService. No EF/Dapper, no user store.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.25.1 0 9/11/2026
0.25.0 53 9/10/2026
0.24.0 54 9/10/2026
0.23.1 239 9/7/2026
0.23.0 144 9/7/2026
0.22.1 144 9/6/2026
0.22.0 129 9/5/2026
0.21.4 275 9/4/2026
0.21.3 187 8/30/2026
0.21.2 143 8/29/2026
0.21.1 133 8/29/2026
0.21.0 135 8/29/2026
0.20.0 131 8/27/2026
0.19.0 128 8/27/2026
0.18.0 130 8/27/2026
0.17.1 144 8/25/2026
0.17.0 280 8/23/2026
0.16.2 181 8/22/2026
0.16.1 175 8/21/2026
0.16.0 203 8/13/2026
Loading failed