Stormancer.Server.Plugins.Database.EntityFrameworkCore
0.1.0.14-pre
dotnet add package Stormancer.Server.Plugins.Database.EntityFrameworkCore --version 0.1.0.14-pre
NuGet\Install-Package Stormancer.Server.Plugins.Database.EntityFrameworkCore -Version 0.1.0.14-pre
<PackageReference Include="Stormancer.Server.Plugins.Database.EntityFrameworkCore" Version="0.1.0.14-pre" />
paket add Stormancer.Server.Plugins.Database.EntityFrameworkCore --version 0.1.0.14-pre
#r "nuget: Stormancer.Server.Plugins.Database.EntityFrameworkCore, 0.1.0.14-pre"
// Install Stormancer.Server.Plugins.Database.EntityFrameworkCore as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.Database.EntityFrameworkCore&version=0.1.0.14-pre&prerelease // Install Stormancer.Server.Plugins.Database.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.Database.EntityFrameworkCore&version=0.1.0.14-pre&prerelease
Entity framework core
The entity framework core plugin provides access to an extensible Entity framework DB context configured through the app configuration and additional plugins.
Product | Versions 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. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.6)
- Microsoft.EntityFrameworkCore.Design (>= 8.0.6)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.6)
- Stormancer.Abstractions.Server (>= 10.1.0.9-pre)
- Stormancer.Server.Plugins.Annotations (>= 1.1.0.1-pre)
- Stormancer.Server.Plugins.Api (>= 3.1.0.3-pre)
- Stormancer.Server.Plugins.Configuration (>= 2.1.2.8-pre)
- Stormancer.Server.Plugins.WebApi (>= 3.2.0.3-pre)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.Database.EntityFrameworkCore:
Package | Downloads |
---|---|
Stormancer.Server.Plugins.GameHistory
Game history system for Stormancer server applications. |
|
Stormancer.Server.Plugins.Collections
Adds a "collection system" to games using Stormancer. |
|
Stormancer.Server.Plugins.PlayerReports
Adds a way for players to report other players, with a custom context. |
|
Stormancer.Server.Plugins.Users.EntityFramework
Saves Stormancer users using Entity framework core |
|
Stormancer.Server.Plugins.Database.EntityFrameworkCore.Npgsql
Configures the Entity framework module to use the PostgreSQL driver (npgsql). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0.14-pre | 644 | 6/10/2024 |
0.1.0.12-pre | 65 | 3/11/2024 |
0.1.0.11-pre | 531 | 11/20/2023 |
0.1.0.10-pre | 789 | 10/13/2023 |
0.1.0.9-pre | 440 | 10/5/2023 |
0.1.0.8-pre | 734 | 8/22/2023 |
0.1.0-pre | 339 | 8/14/2023 |
Added
*******
- Initial release