Ryan (Afshar)

Results 2 comments of Ryan (Afshar)

I have similar issue with `Microsoft.EntityFrameworkCore 5.0.11` and `Pomelo.EntityFrameworkCore.MySql 5.0.2` with following code: ```C# public class Car { public Guid CarId { get; set; } public string CarName { set;...

> Hi guys. The solution for those who face the same problem. > > Copy these files ![image](https://user-images.githubusercontent.com/46722973/114371212-f3054b00-9b88-11eb-8c2a-ebb897c1df8e.png) > > Into new root directory manually ![image](https://user-images.githubusercontent.com/46722973/114371428-2647da00-9b89-11eb-9237-379cd75f4878.png) In my case I...