Thank you for linking this ticket. This explains the issue we’re seeing and provides a workaround. .Where(item => item.GetType() == typeof(T)) seems to work and is easy to use. I might even create myself a small extension method for this.

This change should’ve been documented with the release notes, though.