KamiSama.Modules.Identity.Postgresql
10.0.11.7
See the version list below for details.
dotnet add package KamiSama.Modules.Identity.Postgresql --version 10.0.11.7
NuGet\Install-Package KamiSama.Modules.Identity.Postgresql -Version 10.0.11.7
<PackageReference Include="KamiSama.Modules.Identity.Postgresql" Version="10.0.11.7" />
<PackageVersion Include="KamiSama.Modules.Identity.Postgresql" Version="10.0.11.7" />
<PackageReference Include="KamiSama.Modules.Identity.Postgresql" />
paket add KamiSama.Modules.Identity.Postgresql --version 10.0.11.7
#r "nuget: KamiSama.Modules.Identity.Postgresql, 10.0.11.7"
#:package KamiSama.Modules.Identity.Postgresql@10.0.11.7
#addin nuget:?package=KamiSama.Modules.Identity.Postgresql&version=10.0.11.7
#tool nuget:?package=KamiSama.Modules.Identity.Postgresql&version=10.0.11.7
KamiSama.Modules.Identity.Postgresql
Version: 10.0.0
Description
PostgreSQL EF Core provider registration for KamiSama.Modules.Identity.Core. Install it in an Identity host and select the required provider callback so the module can resolve its database context and run startup migrations.
How to use
dotnet add package KamiSama.Modules.Identity.Postgresql --version 10.0.0
Publication mismatch: version 10.0.0 above is the current workspace/root documentation version, but this provider version was not published at the time of review. Use an actually published version for NuGet installation.
Install this package with Identity Core and pass database => database.AddPostgresqlIdentityDbContext() as the module's provider callback. The callback registers the internal concrete context under the exact postgresql key; configure Identity:Database:provider as postgresql. Core runs configured migrations during BuildAsync, so startup requires a reachable PostgreSQL database and migration privileges.
Namespaces
- KamiSama.Modules.Identity (1 types)
Types
- KamiSama.Modules.Identity.IdentityPostgresqlDbContextBuilderExtensions - Registers the internal PostgreSQL Identity context under the shared multi-provider infrastructure's
postgresqlkey.
| 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
- KamiSama.Modules.Identity.Core (>= 10.0.11.7)
- KamiSama.Repositories.EntityFrameworkCore.Postgresql (>= 10.0.11.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.