KamiSama.Repositories.EntityFrameworkCore.Postgresql 10.0.11.1

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

KamiSama.Repositories.EntityFrameworkCore.Postgresql

Back to package index

Version: 10.0.0

Description

PostgreSQL registration for KamiSama multi-provider Entity Framework Core DbContexts. It adds scoped keyed context resolution, lazy-loading proxies, migration-history configuration, and process-wide Npgsql compatibility switches.

How to use

dotnet add package KamiSama.Repositories.EntityFrameworkCore.Postgresql --version 10.0.0

Warning: the workspace root version is 10.0.0, but a matching provider package may not be published. The required workspace-version command above is intentionally retained.

Register a concrete context derived from the base context after AddMultiProviderDbContext<TBaseContext>: builder.AddPostgresql<PostgresqlAppDbContext>(). This adds scoped services under the exact postgresql key, enables lazy-loading proxies, and applies the builder migration-history table. It also sets Npgsql.EnableLegacyTimestampBehavior and Npgsql.DisableDateTimeInfinityConversions process-wide, affecting all Npgsql use in the process.

Namespaces

Types

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 (5)

Showing the top 5 NuGet packages that depend on KamiSama.Repositories.EntityFrameworkCore.Postgresql:

Package Downloads
KamiSama.Modules.Locations.Postgresql

PostgreSQL EF Core context and provider registration for KamiSama.Modules.Locations.Core, including Locations migrations and keyed context resolution.

KamiSama.Modules.Ticketing.Postgresql

PostgreSQL EF Core context, provider registration, and migrations for KamiSama.Modules.Ticketing.Core.

KamiSama.Modules.Identity.Postgresql

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.

KamiSama.Modules.PolicyEngine.Postgresql

PostgreSQL EF Core context registration for PolicyEngine data management; this package currently contains no PolicyEngine migrations.

KamiSama.Modules.ServicePlans.Postgresql

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.11.1 37 8/15/2026
10.0.11 98 8/11/2026
10.0.10.2 120 8/4/2026