EF 2.1 Issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
ChangHyeon Lee
Posts: 11
Joined: Wed 14 Jun 2017 05:46

EF 2.1 Issue

Post by ChangHyeon Lee » Thu 31 May 2018 02:02

Hi...

I just applied Entity FrameWork 2.1 on my project.

However, a problem occurred similar to the link below.

https://github.com/aspnet/EntityFramewo ... sues/11960

And...Other exceptions also occurred.
The '\u000f ' does not support value conversions. Support for value conversions typically requires changes in the database provider.

Is not EF 2.1 still supported?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EF 2.1 Issue

Post by Shalex » Thu 31 May 2018 18:36

We are working on the EF 2.1 support. As soon it is implemented, we will notify you.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EF 2.1 Issue

Post by Shalex » Mon 04 Jun 2018 10:41

The internal build of NuGet packages with the Entity Framework Core 2.1 support is available for download.

If you encounter any issues with this build, please contact us.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EF 2.1 Issue

Post by Shalex » Fri 22 Jun 2018 17:02

Entity Framework Core 2.1.1 is supported: viewtopic.php?f=2&t=37341.

ChangHyeon Lee
Posts: 11
Joined: Wed 14 Jun 2017 05:46

Re: EF 2.1 Issue

Post by ChangHyeon Lee » Sat 23 Jun 2018 03:08

It works fine.... thank you...

Post Reply