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
In StateBase.cs, the check for an already-registered handlers in both RegisterActionHandler methods should be refactored into a separate method that checks both handlers and dataHandlers to avoid potential mistakes and unify the thrown-back exception.
The text was updated successfully, but these errors were encountered:
In
StateBase.cs
, the check for an already-registered handlers in bothRegisterActionHandler
methods should be refactored into a separate method that checks bothhandlers
anddataHandlers
to avoid potential mistakes and unify the thrown-back exception.The text was updated successfully, but these errors were encountered: