Skip to content

Using OnSuccess/OnFailure Actions within a rule causes a NullReferenceException when the Context is not defined #576

Description

@williamb1024

If a rule's OnSuccess or OnFailure action's Context is not defined (resulting in a null value), during execution of the rule's action a NullReferenceException is thrown during the construction of the ActionContext instance.

While the builtin Actions require Context information, it is possible that a custom action would not. The action itself should be responsible for handling context information that is missing by detecting missing items within the context dictionary. The action's code should determine if an exception is the proper response.

foreach (var kv in context)

Checking context for null or using a null-coalescing operator would solve this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions