-
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
feat(cli): update csharp & fsharp template to net6.0 #23926
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
Anyway, I can't run the integration test. Feel free to abort this change if you do not plan to update the templates. |
We'll run this through our testing pipeline to run the test, so no worries about that. |
I think this is a problem of what we install on the image that we're testing from. Can we put this on hold for a day so I can look into that? I don't want you putting in a ton of work trying to fix this on your end if it's settings that aren't in this repo. |
OK, I found this faster than I thought I would. We use distribution in jsii and it's set to 3.1 here. So, this needs to be updated before we can update it here. |
So, I assume we are not ready to update to net6.0? If you need me to update the jsii too, I'm happy to help. |
As far as I know, if the update gets made in jsii, we're likely safe to do it here. So, if you'd like to submit that PR, please go ahead and do so. If not, I can probably look into it next week. |
BREAKING CHANGE: The runtime library for .NET & generated .NET bindings will no longer support netcoreapp3.1 after this release. Users are advised to upgrade their apps to use net6.0 or net7.0 instead. Related: aws/aws-cdk#23926 Related: aws/aws-cdk#23921 Co-authored-by: 🧑🏻💻 Romain Marcadier <rmuller@amazon.com>
This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week. |
After that, we need to update the jsii version in here, right? |
When using `Vpc.fromLookup()`, a call may be made to determine whether a VPN Gatway is attached. This call can be undesirable, for example when the lookup role does not have permissions to make this call. This adds a flag to allow opting out of VPN Gateways being queried to alleviate this requirement. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This is to help vet that the new release line correctly interoperates with `jsii@1.x` before issuing a stable release. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Exemption Request |
Running this through our testing pipeline again now that the jsii updates have been made. |
✅ Updated pull request passes all PRLinter validations. Dissmissing previous PRLinter review.
Ok. If there are required changes on my side, please let me know. |
@Mergifyio update |
✅ Branch has been successfully updated |
I run effectively the same change in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Update the csharp & fsharp templates to net6.0 NET Core 3.1 is EOL, see https://endoflife.date/dotnet Closes aws#23921. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Update the csharp & fsharp templates to net6.0
NET Core 3.1 is EOL, see https://endoflife.date/dotnet
Closes #23921.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license