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
Make event value registration check more lenient (#8530)
* Make event value registration check more lenient
* Switch from storing arrays to unmodifiable lists
* Replace usages of List with SequencedCollection and return empty collections instead of null
* Use Collection instead of SequencedCollection for excluded events and fix tests
* Replace null checks with isEmpty checks
---------
Co-authored-by: Patrick Miller <apickledwalrus@icloud.com>
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>