-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
CSharp String Array Property setter fails #3813
Comments
Relates #2496 This will be fixed in the next release of the Amazon.JSII.Runtime nuget package |
@assyadh Updated to latest release from yesterday and still failing with the same error: |
@rschiefer Try to install the latest JSII Runtime |
@rschiefer Welcome to the club of #3244 ! |
I'm also experiencing the original issue with Amazon.CDK 1.7.0-devpreview (and Amazon.JSII.Runtime 0.16.0).
|
…telisense docs, set target to netcoreapp2.1 (#772) This PR fixes various issues due to how we convert collection elements, and how the type reference is passed when converting. These two issues are similar and are due to nested Arrays of object not being casted properly: Fixes aws/aws-cdk#3244 Fixes aws/aws-cdk#3672 Added a unit test to cover the case This issue is due to Maps of Arrays of Anys not being casted properly: Fixes aws/aws-cdk#3813 Added a unit test to cover the case Also added support for xml documentation which is now added to the NuGet packages and should allow intellisense to provide in IDE help: Fixes #749 Fixes aws/aws-cdk#1846 Migrated the target framework to netcoreapp2.1 instead of netstandard2.0: Fixes #714
🐛 Bug Report
What is the problem?
Setting the Connections property on the ConnectionsListProperty in the Glue module with a valid string array fails to synthesize with the following error:
Reproduction Steps
Verbose Log
Environment
Other information
The text was updated successfully, but these errors were encountered: