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

fix(dotnet): unable to pass 2d-array of interfaces #2763

Merged
merged 4 commits into from
Apr 2, 2021
Merged

Commits on Mar 31, 2021

  1. fix(dotnet): unable to pass 2d-array of interfaces

    When a 2-dimensional array of interfaces was passed, the `InferType`
    function failed to account for interfaces, and failed instead of
    correctly returning the relevant type reference.
    
    Fixes aws/aws-cdk#12587
    RomainMuller committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4e26a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87e214 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    276e1f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    a9db299 View commit details
    Browse the repository at this point in the history