MySql.Data.EntityFrameworkCore 7.0.6-IR31 issue
Posted by: Neil Smith
Date: December 05, 2016 12:08PM

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 :)

Options: ReplyQuote


Subject
Written By
Posted
MySql.Data.EntityFrameworkCore 7.0.6-IR31 issue
December 05, 2016 12:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.