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

.Net CDK isues stemming from jsii? #594

Closed
McDoit opened this issue Jul 11, 2019 · 9 comments
Closed

.Net CDK isues stemming from jsii? #594

McDoit opened this issue Jul 11, 2019 · 9 comments
Assignees
Labels
bug This issue is a bug. language/dotnet Related to .NET bindings (C#, F#, ...) p0

Comments

@McDoit
Copy link

McDoit commented Jul 11, 2019

I have a couple of issues related to .Net usage of the CDK framework, that I think might be coming from underlying issues in the jsii

Should I report these issues here directly, or does the CDK team take them here?

The issues I'm currently suffering from:

aws/aws-cdk#2362
aws/aws-cdk#2375
aws/aws-cdk#2496
aws/aws-cdk#2613
https://github.com/awslabs/aws-cdk/issues/3280

@RomainMuller RomainMuller added bug This issue is a bug. language/dotnet Related to .NET bindings (C#, F#, ...) labels Jul 18, 2019
@RomainMuller
Copy link
Contributor

You're correct, those appear to be JSII bugs that affect the CDK.

This repository is best for issues that are known to be JSII bugs, but it's okay to have issues on the CDK side to represent the CDK side of things.

@RomainMuller RomainMuller added this to the .NET Support milestone Jul 30, 2019
@fulghum fulghum added the p0 label Aug 13, 2019
@assyadh
Copy link
Contributor

assyadh commented Aug 13, 2019

Relates: #703 - this will fix the first issue

@assyadh
Copy link
Contributor

assyadh commented Aug 19, 2019

Remaining original issues:

aws/aws-cdk#2375
aws/aws-cdk#2496

@assyadh
Copy link
Contributor

assyadh commented Aug 23, 2019

Remaining issue: aws/aws-cdk#2375

aws/aws-cdk#2496 is getting fixed here: #736

@McDoit
Copy link
Author

McDoit commented Sep 3, 2019

One big showstopper now is the aws/aws-cdk#3244 bug, it affects almost every single CDK resource created and is impossible to work around, or do you have any recommendations for it?

@kuhnboy
Copy link

kuhnboy commented Sep 3, 2019

My work around for now was to downgrade to 0.28.0 -- which will affect certain constructs though such as VPC and tagging as those methods changed around 0.29.0 or 0.30.0.

@assyadh
Copy link
Contributor

assyadh commented Sep 11, 2019

One big showstopper now is the aws/aws-cdk#3244 bug, it affects almost every single CDK resource created and is impossible to work around, or do you have any recommendations for it?

Hi @McDoit , I have a fix in PR (wip): #772

@McDoit
Copy link
Author

McDoit commented Sep 12, 2019

Thanks @assyadh , will be interesting to try it out!
Is there any nightly builds or so that can be used to test this?

@assyadh
Copy link
Contributor

assyadh commented Sep 24, 2019

Latest version of the runtime is out with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. language/dotnet Related to .NET bindings (C#, F#, ...) p0
Projects
None yet
Development

No branches or pull requests

5 participants