Skip to content

Conversation

@assyadh
Copy link
Contributor

@assyadh assyadh commented Aug 13, 2019

Add support for return type being array of interfaces.

Tested with the customer code.

https://docs.aws.amazon.com/cdk/api/latest/dotnet/api/Amazon.CDK.AWS.EC2.Vpc.html#Amazon_CDK_AWS_EC2_Vpc_PrivateSubnets

This was not supported by the runtime, as it only allowed for classes and enums:

public virtual IISubnet[] PrivateSubnets { get; }

Fixes aws/aws-cdk#2362


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@assyadh assyadh requested review from a team and costleya as code owners August 13, 2019 18:35
@assyadh assyadh requested a review from RomainMuller August 13, 2019 18:35
@RomainMuller RomainMuller changed the title fix(dotnet): Add missing GetInterfaceType in the .NET runtime. Fixes #2362 fix(dotnet): add missing GetInterfaceType in the .NET runtime Aug 13, 2019
@RomainMuller RomainMuller removed the request for review from costleya August 16, 2019 18:08
@RomainMuller RomainMuller merged commit 56617b1 into master Aug 16, 2019
@RomainMuller RomainMuller deleted the hamzaad/2362 branch August 16, 2019 21:12
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

Successfully merging this pull request may close these issues.

VpcNetwork return error of its subnet properties

2 participants