```
warn: Microsoft.EntityFrameworkCore.Model.Validation[10620]
The property 'Service.Sources' is a collection or enumeration type with a value converter but with no value comparer. Set a value comparer to ensure the collection/enumeration elements are compared correctly.
```
每次编译都会输出好几屏这样的警告,虽然写个 comparer 规则就行了,但对这些字段进行比较没有任何意义,不想写。Google 搜了好久也没解决。
warn: Microsoft.EntityFrameworkCore.Model.Validation[10620]
The property 'Service.Sources' is a collection or enumeration type with a value converter but with no value comparer. Set a value comparer to ensure the collection/enumeration elements are compared correctly.
```
每次编译都会输出好几屏这样的警告,虽然写个 comparer 规则就行了,但对这些字段进行比较没有任何意义,不想写。Google 搜了好久也没解决。