You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIRC this was a bug in the underlying library TypeScript source for some constructors. Check whether this is the case before trying to fix this at the generator level.
Since most languages do not have a distinction between "null" and
"undefined", jsii will effectively convert any "null" value passed into
an argument, a property or inside an object to "undefined".
Adds a compliance test to Java and .NET called "NullShouldBeTreatedAsUndefined".
Fixesaws/aws-cdk#157Fixes#282
Since most languages do not have a distinction between "null" and
"undefined", jsii will effectively convert any "null" value passed into
an argument, a property or inside an object to "undefined".
Adds a compliance test to Java and .NET called "NullShouldBeTreatedAsUndefined".
Fixesaws/aws-cdk#157Fixes#282
Since most languages do not have a distinction between "null" and
"undefined", jsii will effectively convert any "null" value passed into
an argument, a property or inside an object to "undefined".
Adds a compliance test to Java and .NET called "NullShouldBeTreatedAsUndefined".
Fixesaws/aws-cdk#157Fixes#282
From @costleya – Requiring code to pass around empty StackProps() param is confusing. This is a bug in the .NET binding generation code.
The text was updated successfully, but these errors were encountered: