openCover reporting unexpectedly low coverage

后端 未结 0 478
旧时难觅i
旧时难觅i 2021-01-28 01:01

I have the following code:

var isDuplicateCategoryIds = _query.Categories
    .GroupBy(x => x.Id)
    .Any(g => g.Count() > 1);

I have t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题