Page 1 of 1

EF 2.1 Issue

Posted: Thu 31 May 2018 02:02
by ChangHyeon Lee
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?

Re: EF 2.1 Issue

Posted: Thu 31 May 2018 18:36
by Shalex
We are working on the EF 2.1 support. As soon it is implemented, we will notify you.

Re: EF 2.1 Issue

Posted: Mon 04 Jun 2018 10:41
by Shalex
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.

Re: EF 2.1 Issue

Posted: Fri 22 Jun 2018 17:02
by Shalex
Entity Framework Core 2.1.1 is supported: viewtopic.php?f=2&t=37341.

Re: EF 2.1 Issue

Posted: Sat 23 Jun 2018 03:08
by ChangHyeon Lee
It works fine.... thank you...