chore: update check-build-prerequisites.sh to include .NET 9#32298
chore: update check-build-prerequisites.sh to include .NET 9#32298ashishdhingra wants to merge 1 commit intomainfrom
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
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.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32298 +/- ##
=======================================
Coverage 77.46% 77.46%
=======================================
Files 105 105
Lines 7168 7168
Branches 1314 1314
=======================================
Hits 5553 5553
Misses 1433 1433
Partials 182 182
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thanks @ashishdhingra , there was a duplicate PR opened earlier: #32158 which I just approved so I will close this one. |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #32282.
Reason for this change
Add support for .NET 9 if it is the only SDK installed on user's machine.
Description of changes
Updates check-build-prerequisites.sh to include .NET 9.
Description of how you validated changes
Ran expression locally
echo $app_v | grep -c -E "[6789]\.[0-9]+\.[0-9]+.Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license