-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EF 2.1 Value Conversion fails with custom type #11199
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Comments
@JohnyL Can you post the code for the TimesRecords class? |
@ajcvickers Here are TimesRecords and related TimeRecord classes. TimesRecords class
TimeRecord class
|
Looks like it could be the same root cause as #11074. @AndriySvyryd? @smitpatel? |
Sounds more like another case of #10765 |
AndriySvyryd
added a commit
that referenced
this issue
Mar 20, 2018
… a property on the proncipal side. Fixes #11199
AndriySvyryd
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Mar 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
I have custom type TimesRecords (which converts XML from database into objects) and entity which uses it:
Here's converter:
For full picture, here's T-SQL of table:
So, when I run this simple code:
I get the following error:
Further technical details
EF Core version: 2.1.0-preview1-final
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10 x64 Home 1709 Build 16299.125
IDE: Visual Studio 2017 15.6.0 Preview 7.0
The text was updated successfully, but these errors were encountered: