KamiSama.Modules.ServicePlans.Postgresql
10.0.11.1
dotnet add package KamiSama.Modules.ServicePlans.Postgresql --version 10.0.11.1
NuGet\Install-Package KamiSama.Modules.ServicePlans.Postgresql -Version 10.0.11.1
<PackageReference Include="KamiSama.Modules.ServicePlans.Postgresql" Version="10.0.11.1" />
<PackageVersion Include="KamiSama.Modules.ServicePlans.Postgresql" Version="10.0.11.1" />
<PackageReference Include="KamiSama.Modules.ServicePlans.Postgresql" />
paket add KamiSama.Modules.ServicePlans.Postgresql --version 10.0.11.1
#r "nuget: KamiSama.Modules.ServicePlans.Postgresql, 10.0.11.1"
#:package KamiSama.Modules.ServicePlans.Postgresql@10.0.11.1
#addin nuget:?package=KamiSama.Modules.ServicePlans.Postgresql&version=10.0.11.1
#tool nuget:?package=KamiSama.Modules.ServicePlans.Postgresql&version=10.0.11.1
KamiSama.Modules.ServicePlans.Postgresql
Version: 10.0.0
Description
PostgreSQL EF Core context registration for ServicePlans Core under the postgresql provider key. It configures Npgsql and lazy loading but currently ships no ServicePlans migrations.
How to use
dotnet add package KamiSama.Modules.ServicePlans.Postgresql --version 10.0.0
Publication mismatch: 10.0.0 in the required install command is the current workspace/root documentation version. NuGet returned no published package or version for this package ID when reviewed.
Install this package with ServicePlans Core, configure provider postgresql, and pass database => database.AddPostgresqlServicePlansDbContext() to AddServicePlansModule. Registration adds a scoped Npgsql context and exact keyed base-context alias, enables lazy-loading proxies, uses __EFMigrationsHistory_ServicePlans, and applies the shared PostgreSQL provider's process-wide legacy timestamp and disabled infinity-conversion switches. This package contains no ServicePlans migrations, so provision a compatible schema or supply migrations separately.
Namespaces
- KamiSama.Modules.ServicePlans (1 types)
- KamiSama.Modules.ServicePlans.Repositories.Database.Postgresql (1 types)
Types
- KamiSama.Modules.ServicePlans.ServicePlansPostgresqlDbContextBuilderExtensions - Registers the PostgreSQL ServicePlans context under the exact
postgresqlkeyed base-context service. It enables lazy loading and shared Npgsql switches but supplies no migrations. - KamiSama.Modules.ServicePlans.Repositories.Database.Postgresql.PostgresqlServicePlansDbContext - Concrete PostgreSQL ServicePlans context registered through
AddPostgresqlServicePlansDbContext. Its provider package currently contains no migrations.
| 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.ServicePlans.Core (>= 10.0.11.1)
- KamiSama.Repositories.EntityFrameworkCore.Postgresql (>= 10.0.11.1)
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.11.1 | 42 | 8/15/2026 |