MongoDB
MongoDb Host
MongoDb Index
EntityFrameworkCore MongoDb Provider
更新之後dbcontext都壞了
今天終於找到原因
我之前都用BsonDateTime
存日期
現在Provider改用DateTime
去存
然後就爆炸了
另一點是不能使用IList
做為宣告
1 | because it is of type 'IList<string>' which is not a supported primitive type or a valid entity type. |
List
似乎也是
1 | because it is of type 'List<string>' which is not a supported primitive type or a valid entity type. |