Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When handling message that uses a base type, messages are null #132

Open
bibodha opened this issue Nov 7, 2013 · 0 comments
Open

When handling message that uses a base type, messages are null #132

bibodha opened this issue Nov 7, 2013 · 0 comments
Assignees

Comments

@bibodha
Copy link

bibodha commented Nov 7, 2013

public class MySaga : IStatefulSaga
{
    public void Orchastrates(EventBaseType typeA)
    {

    }
    public void Orchastrates(EventUsingType typeB)
    {

    }    
}


public class EventUsingType : EventBaseType
{

}

In the following scenario, EventBaseType typeA will come in as null, whereas EventUsingType typeB will not be null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants