#650 Актуализировать работу с технологическими сообщениями под Event Service #10
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: on.nemtina/persistence#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "TechMessageRework"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -66,0 +55,4 @@
{
var query = GetQueryReadOnly();
var result = await query
.Where(e => systems.Count() == 0 || systems.Contains(e.System.SystemId))
Для IEnumerable проверка Any должна работать быстрее, чем Count, - потому что Any проверяет, есть ли хотя бы один элемент в последовательности, а Count считает всю последовательность
Pull request closed