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
This seems caused by missing code generation of nullable markers in certain interface implementation scenarios (possibly generated proxies for interfaces / structs). I'm looking into this.
When interfaces declare nullable members, the code generator erroneously omitted the `?` that denotes it, while generated implementations of the interface would have it, causing compilation failures.
Fixes#1285
* fix(dotnet): missing ? on nullable interface members
When interfaces declare nullable members, the code generator erroneously omitted the `?` that denotes it, while generated implementations of the interface would have it, causing compilation failures.
Fixes#1285
* Fixup test expectations in jsii-reflect
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
🐛 Bug Report
When upgrading the CDK to use jsii 1.0.0, the build is failing.
See aws/aws-cdk#6407
The text was updated successfully, but these errors were encountered: