You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses a generic CountAggregator class which requires the type to be IEquatable, and ReadOnlyMemory is not IEquatable. It doesn't seem like Equals() is used anywhere though, so I think this constraint can be removed.