Upgraded to EF Core 3.1 and now IProperty.get_ClrType is missing

本秂侑毒 提交于 2020-01-06 05:38:06

问题


When I upgraded my project from EF Core 2.2 to EF Core 3.1 I started getting this error:

Method not found: 'System.Type Microsoft.EntityFrameworkCore.Metadata.IProperty.get_ClrType()'.

This is in a Breeze module.

I looked in the Breaking Changes and could not see anything that matches this (though it could be that the metadata references are including this and I just don't understand them).

Is this supposed to be missing? Is there a workaround?

来源:https://stackoverflow.com/questions/59205665/upgraded-to-ef-core-3-1-and-now-iproperty-get-clrtype-is-missing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!