Elsa.EntityFrameworkCore.MySql
3.3.0-rc1
This is a prerelease version of Elsa.EntityFrameworkCore.MySql.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Elsa.EntityFrameworkCore.MySql --version 3.3.0-rc1
NuGet\Install-Package Elsa.EntityFrameworkCore.MySql -Version 3.3.0-rc1
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="Elsa.EntityFrameworkCore.MySql" Version="3.3.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Elsa.EntityFrameworkCore.MySql --version 3.3.0-rc1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Elsa.EntityFrameworkCore.MySql, 3.3.0-rc1"
#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 Elsa.EntityFrameworkCore.MySql as a Cake Addin #addin nuget:?package=Elsa.EntityFrameworkCore.MySql&version=3.3.0-rc1&prerelease // Install Elsa.EntityFrameworkCore.MySql as a Cake Tool #tool nuget:?package=Elsa.EntityFrameworkCore.MySql&version=3.3.0-rc1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides MySQL EF Core migrations for various modules.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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.
-
net6.0
- Antlr4.Runtime.Standard (>= 4.13.1)
- AspNetCore.Authentication.ApiKey (>= 7.0.0)
- Cronos (>= 0.8.4)
- DistributedLock.Core (>= 1.0.7)
- DistributedLock.FileSystem (>= 1.0.2)
- Elsa.EntityFrameworkCore (>= 3.3.0-rc1)
- FastEndpoints (>= 5.30.0)
- FastEndpoints.Security (>= 5.30.0)
- FastEndpoints.Swagger (>= 5.30.0)
- Humanizer.Core (>= 2.14.1)
- IronCompress (>= 1.6.3)
- LinqKit.Core (>= 1.2.5)
- Microsoft.Data.Sqlite.Core (>= 7.0.20)
- Microsoft.EntityFrameworkCore (>= 7.0.20)
- Microsoft.EntityFrameworkCore.Relational (>= 7.0.20)
- Microsoft.EntityFrameworkCore.Sqlite (>= 7.0.20)
- Microsoft.Extensions.Caching.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Caching.Memory (>= 7.0.0)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 7.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Open.Linq.AsyncExtensions (>= 1.2.0)
- Pomelo.EntityFrameworkCore.MySql (>= 7.0.0)
- Scrutor (>= 4.2.2)
- ShortGuid (>= 2.0.1)
- System.CommandLine (>= 2.0.0-beta4.22272.1)
- System.Linq.Async (>= 6.0.1)
- System.Linq.Dynamic.Core (>= 1.4.6)
- System.Text.Json (>= 8.0.5)
-
net8.0
- Antlr4.Runtime.Standard (>= 4.13.1)
- AspNetCore.Authentication.ApiKey (>= 8.0.1)
- Cronos (>= 0.8.4)
- DistributedLock.Core (>= 1.0.7)
- DistributedLock.FileSystem (>= 1.0.2)
- Elsa.EntityFrameworkCore (>= 3.3.0-rc1)
- FastEndpoints (>= 5.30.0)
- FastEndpoints.Security (>= 5.30.0)
- FastEndpoints.Swagger (>= 5.30.0)
- Humanizer.Core (>= 2.14.1)
- IronCompress (>= 1.6.3)
- LinqKit.Core (>= 1.2.5)
- Microsoft.Data.Sqlite.Core (>= 8.0.10)
- Microsoft.EntityFrameworkCore (>= 8.0.10)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.10)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.10)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging (>= 8.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Open.Linq.AsyncExtensions (>= 1.2.0)
- Pomelo.EntityFrameworkCore.MySql (>= 8.0.2)
- Scrutor (>= 5.0.1)
- ShortGuid (>= 2.0.1)
- System.CommandLine (>= 2.0.0-beta4.22272.1)
- System.Linq.Async (>= 6.0.1)
- System.Linq.Dynamic.Core (>= 1.4.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Elsa.EntityFrameworkCore.MySql:
Package | Downloads |
---|---|
Elsa.Agents.Persistence.EntityFrameworkCore.MySql
Provides an EF Core migrations for MySQL for the Agents Persistence module. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.0-rc2 | 33 | 11/12/2024 |
3.3.0-rc1 | 35 | 11/1/2024 |
3.2.3 | 90 | 10/31/2024 |
3.2.2 | 73 | 10/31/2024 |
3.2.1 | 183 | 10/12/2024 |
3.2.0 | 518 | 8/30/2024 |
3.2.0-rc6 | 122 | 8/21/2024 |
3.2.0-rc5 | 110 | 8/14/2024 |
3.2.0-rc4 | 81 | 8/7/2024 |
3.2.0-rc3 | 104 | 7/18/2024 |
3.2.0-rc2 | 112 | 7/5/2024 |
3.2.0-rc1 | 88 | 6/10/2024 |
3.1.3 | 764 | 4/26/2024 |
3.1.2 | 183 | 4/2/2024 |
3.1.1 | 111 | 4/1/2024 |
3.1.0 | 112 | 3/29/2024 |
3.0.6 | 154 | 2/28/2024 |
3.0.5 | 138 | 2/1/2024 |
3.0.4 | 98 | 1/24/2024 |
3.0.3 | 135 | 1/15/2024 |
3.0.2 | 124 | 1/8/2024 |
3.0.1 | 78 | 1/6/2024 |
3.0.0 | 130 | 12/31/2023 |
3.0.0-preview.727 | 126 | 9/17/2023 |
3.0.0-preview.726 | 74 | 9/17/2023 |
3.0.0-preview.604 | 98 | 7/26/2023 |
3.0.0-preview.602 | 87 | 7/26/2023 |
3.0.0-preview.594 | 88 | 7/25/2023 |