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): add missing GetInterfaceType in the .NET runtime #703

Merged
merged 5 commits into from
Aug 16, 2019

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 costleya and a team as code owners 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