KamiSama.Modules.ServicePlans.Sqlite
10.0.11.5
dotnet add package KamiSama.Modules.ServicePlans.Sqlite --version 10.0.11.5
NuGet\Install-Package KamiSama.Modules.ServicePlans.Sqlite -Version 10.0.11.5
<PackageReference Include="KamiSama.Modules.ServicePlans.Sqlite" Version="10.0.11.5" />
<PackageVersion Include="KamiSama.Modules.ServicePlans.Sqlite" Version="10.0.11.5" />
<PackageReference Include="KamiSama.Modules.ServicePlans.Sqlite" />
paket add KamiSama.Modules.ServicePlans.Sqlite --version 10.0.11.5
#r "nuget: KamiSama.Modules.ServicePlans.Sqlite, 10.0.11.5"
#:package KamiSama.Modules.ServicePlans.Sqlite@10.0.11.5
#addin nuget:?package=KamiSama.Modules.ServicePlans.Sqlite&version=10.0.11.5
#tool nuget:?package=KamiSama.Modules.ServicePlans.Sqlite&version=10.0.11.5
KamiSama.Modules.ServicePlans.Sqlite
Version: 10.0.0
Description
SQLite EF Core context registration for ServicePlans Core under the sqlite provider key. It configures SQLite and lazy loading but currently ships no ServicePlans migrations.
How to use
dotnet add package KamiSama.Modules.ServicePlans.Sqlite --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 sqlite, and pass database => database.AddSqliteServicePlansDbContext() to AddServicePlansModule. Registration adds a scoped SQLite context and exact keyed base-context alias, enables lazy-loading proxies, and uses __EFMigrationsHistory_ServicePlans. 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.Sqlite (1 types)
Types
- KamiSama.Modules.ServicePlans.ServicePlansSqliteDbContextBuilderExtensions - Registers the SQLite ServicePlans context under the exact
sqlitekeyed base-context service. It enables lazy loading but supplies no migrations. - KamiSama.Modules.ServicePlans.Repositories.Database.Sqlite.SqliteServicePlansDbContext - Concrete SQLite ServicePlans context registered through
AddSqliteServicePlansDbContext. 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.5)
- KamiSama.Repositories.EntityFrameworkCore.Sqlite (>= 10.0.11.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.