Stormancer.Server.Plugins.Database.EntityFrameworkCore 0.1.0.14-pre

This is a prerelease version of Stormancer.Server.Plugins.Database.EntityFrameworkCore.
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                
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="Stormancer.Server.Plugins.Database.EntityFrameworkCore" Version="0.1.0.14-pre" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
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"                
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.Database.EntityFrameworkCore.Npgsql

Configures the Entity framework module to use the PostgreSQL driver (npgsql).

Stormancer.Server.Plugins.Users.EntityFramework

Saves Stormancer users using Entity framework core

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0.14-pre 258 6/10/2024
0.1.0.12-pre 60 3/11/2024
0.1.0.11-pre 346 11/20/2023
0.1.0.10-pre 372 10/13/2023
0.1.0.9-pre 295 10/5/2023
0.1.0.8-pre 513 8/22/2023
0.1.0-pre 248 8/14/2023

Added
*******
- Initial release