Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1451

MySql.Data.EntityFrameworkCore 7.0.6-IR31 issue (1 reply)

$
0
0
Hi there, I have a .net core app which uses MySql.Data.EntityFrameworkCore version 7.0.6-IR31

It all works fine, the problem is when i come to build a docker container, it gives an error NU1001: The dependency MySql.Data.EntityFrameworkCore >= 7.0.6-IR31 could not be resolved.

Version 7.0.4-IR-191 does work in a docker build, the only problem with this is my call to PasswordSignInAsync on my web site fails with a Cast error between System.DateTime and TimeSpan.

So, I have a problem preventing me from using either version, can anybody think of a solution to either of these problems, I'd be happy to go with 7.0.6-IR31 or 7.0.4-IR-191 if somebody could point me to a workaround for wither of these issues. Many thanks in advance :)

Viewing all articles
Browse latest Browse all 1451

Trending Articles