前后两次遇到这样的错误: The property 'xx' on entity type 'xxxx' has a temporary value. Either set a permanent value explicitly or ensure that the database is configured to generate values for this property. 多数情况下是表配置关系会出现这样的问题.我实在配置TagItem一对一关联TagUseCount出现的问题:…