Wkg.EntityFrameworkCore.MySql
8.2.17562
dotnet add package Wkg.EntityFrameworkCore.MySql --version 8.2.17562
NuGet\Install-Package Wkg.EntityFrameworkCore.MySql -Version 8.2.17562
<PackageReference Include="Wkg.EntityFrameworkCore.MySql" Version="8.2.17562" />
paket add Wkg.EntityFrameworkCore.MySql --version 8.2.17562
#r "nuget: Wkg.EntityFrameworkCore.MySql, 8.2.17562"
// Install Wkg.EntityFrameworkCore.MySql as a Cake Addin #addin nuget:?package=Wkg.EntityFrameworkCore.MySql&version=8.2.17562 // Install Wkg.EntityFrameworkCore.MySql as a Cake Tool #tool nuget:?package=Wkg.EntityFrameworkCore.MySql&version=8.2.17562
WKG Entity Framework Core - MySQL Bindings
Wkg.EntityFrameworkCore.MySql
is a company-internal library that provides MySQL bindings for the Reflective Entity Configuration and Procedure mapping framework (RECAP) provided by the WKG Entity Framework Core package. This library is required to use the procedure mapping features of the RECAP framework with MySQL databases.
As part of our commitment to open-source software, we are making this library available to the public under the GNU General Public License v3.0. We hope that it will be useful to other developers and that the community will contribute to its further development.
⚠️ Warning This package requires the WKG Entity Framework Core package to be installed in your project.
Installation
Install the Wkg.EntityFrameworkCore.MySql
package by adding the following package references to your project file:
<ItemGroup>
<PackageReference Include="Wkg.EntityFrameworkCore" Version="X.Y.ZA" />
<PackageReference Include="Wkg.EntityFrameworkCore.MySql" Version="X.Y.ZB" />
</ItemGroup>
⚠️ Warning Replace
X.Y.Z[AB]
with the latest stable version available on the nuget feed, where the major version must match the major version of your targeted .NET runtime.
You can find the latest stable version of Wkg.EntityFrameworkCore
below:
⚠️ Warning Ensure that the major and minor versions of the
Wkg.EntityFrameworkCore
andWkg.EntityFrameworkCore.MySql
packages match.
Getting Started
The WKG Entity Framework Core - MySQL Bindings library provides the RECAP bindings for MySQL. For more information on how to use the RECAP framework, please refer to the WKG Entity Framework Core documentation.
For more information on features specific to the MySQL bindings, please refer to the WKG Entity Framework Core - MySQL Bindings documentation.
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
- MySql.EntityFrameworkCore (>= 8.0.5 && < 8.1.0)
- Wkg (>= 8.2.17550 && < 8.3.0)
- Wkg.EntityFrameworkCore (>= 8.2.17555 && < 8.3.0)
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 |
---|---|---|
8.2.17562 | 106 | 9/27/2024 |