You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
-
# Pomelo.EntityFrameworkCore.MySql
1
+
## DISCLAIMER!!!
2
+
This is a fast moving version of [Pomelo.EntityFrameworkCore.MySql](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql) intented to follow .net release cycle closely!
3
+
There are no intentions for this package to implement new features. Feature requests needs to be directed at the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)
[](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/)[](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/)
5
-
[](https://www.myget.org/feed/pomelo/package/nuget/Pomelo.EntityFrameworkCore.MySql)
6
-
[](https://www.myget.org/feed/pomelo-debug/package/nuget/Pomelo.EntityFrameworkCore.MySql)
[](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/)
7
11
8
12
`Pomelo.EntityFrameworkCore.MySql` is the most popular Entity Framework Core provider for MySQL compatible databases. It supports EF Core up to its latest version and uses [MySqlConnector](https://mysqlconnector.net/) for high-performance database server communication.
9
13
@@ -15,7 +19,7 @@ The following versions of MySqlConnector, EF Core, .NET (Core), .NET Standard an
15
19
16
20
Release | Branch | MySqlConnector | EF Core | .NET (Core) | .NET Standard | .NET Framework
@@ -135,7 +139,7 @@ View our [Configuration Options Wiki Page](https://github.com/PomeloFoundation/P
135
139
136
140
### 3. Sample Application
137
141
138
-
Check out our [Integration Tests](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/main/test/EFCore.MySql.IntegrationTests) for an example repository that includes an ASP.NET Core MVC Application.
142
+
Check out our [Integration Tests](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/tree/main/test/EFCore.MySql.IntegrationTests) for an example repository that includes an ASP.NET Core MVC Application.
139
143
140
144
There are also many complete and concise console application samples posted in the issue section (some of them can be found by searching for `Program.cs`).
0 commit comments