pomelo-entityframeworkcore-mysql Questions

2

Solved

I'm getting this error when, dotnet ef migrations add InitialMigration Method 'Create' in type 'Pomelo.EntityFrameworkCore.MySql.Query.ExpressionVisitors.Internal.MySqlSqlTranslatingExpressionVi...

1

Solved

Using VS 2019, several of my projects are generating this build warning when compiling: 5>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.Curr...

1

Solved

Using: Pomelo.EntityFrameworkCore.MySQL 3.1.1 Microsoft.EntityFrameworkCore 3.1.3 MySQL 5.7 It appears that if EF Core's update-database command fails, no rollback is performed of the partial ...
Ecto asked 4/5, 2020 at 19:19

1

I am using ASP.net Core 3.0 with Entity Framework Core 3.0 and Pomelo.EntityFrameworkCore provider for MySQL, I need to query all the users that are from specific Towns. Lets say for example ...
Aixenprovence asked 29/3, 2020 at 13:27

3

Solved

I am using Pomelo 1.1.2 on ASP.NET Core 2.0 Preview, along with EF 2.0 Preview. With their demo code, I get the following exception every time I call "UseMySql": System.TypeLoadException occurred ...

1

Solved

Apparently, with .Net Core 2.1, views are now supported. I was wondering if it is possible to scaffold a view using Pomelo, and if so, what the syntax is? I tried the "table" syntax with a view but...

0

Which database connector should I use in .Net Core 2 enterprise level web app which is going to handle large amount of data. I have two choices: Pomelo.EntityFrameworkCore.MySql MySql.Data...
1

© 2022 - 2024 — McMap. All rights reserved.