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

Add special handling for .ReturnsAsync(null) #915

Merged
merged 3 commits into from
Aug 31, 2019

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    030f000 View commit details
    Browse the repository at this point in the history
  2. Add special handling for .ReturnsAsync(null)

    such that `null` is interpreted as the intended return value, and not
    as a null reference where a lambda function was expected.
    stakx committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    6f8edce View commit details
    Browse the repository at this point in the history
  3. Update the changelog

    stakx committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    50b5d0a View commit details
    Browse the repository at this point in the history