Re: Can't build EntityFrameworkCore example
Posted by: Gerry Green
Date: September 27, 2016 05:51PM

It was already using 7.0.4-ir-191 but I deleted the packages and did another restore to see what it would return:

log : Restoring packages for /home/ubuntu/efcore/project.json...
log : Installing MySql.Data.Core 7.0.4-ir-191.
log : Installing MySql.Data.EntityFrameworkCore 7.0.4-ir-191.

I then ran dotnet build and got the MaxLength errors from my original post.

This is on a brand new Ubuntu 16.04 image on AWS -- I wanted to eliminate any possible issues from my older dotnet installs so this has a fresh install. All I've done with it is verify the hello world app runs then I created the efcore directory and copied and pasted every file from your blog.

thanks for your help!

Options: ReplyQuote


Subject
Written By
Posted
Re: Can't build EntityFrameworkCore example
September 27, 2016 05:51PM


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.