We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run dotnet ef migrations add xxx
dotnet ef migrations add xxx
The exception 'The EF Core 7.0 JSON support isn't currently implemented. Instead, there is support for a more extensive implementation. See https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql for more information on how to map JSON.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
MySQL version: 8.0.36 Operating system: windows 11 Pomelo.EntityFrameworkCore.MySql version: 9.0.0-preview.2.efcore.9.0.0 Microsoft.AspNetCore.App version: 9.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
run
dotnet ef migrations add xxx
The issue
The exception 'The EF Core 7.0 JSON support isn't currently implemented. Instead, there is support for a more extensive implementation. See https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql for more information on how to map JSON.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
Further technical details
MySQL version: 8.0.36
Operating system: windows 11
Pomelo.EntityFrameworkCore.MySql version: 9.0.0-preview.2.efcore.9.0.0
Microsoft.AspNetCore.App version: 9.0
The text was updated successfully, but these errors were encountered: