-
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
(repo tooling): cannot install with dotnet 9 #32282
Comments
Oh, it would also be helpful if the gitpod instructions were mentioned before the Quick Start instructions. That's a great feature for contributors, but I didn't know it to use it because I was trying to follow the directions in order 🤦♂️ |
Reproducible (also when executing
Need to modify RegEx at aws-cdk/scripts/check-build-prerequisites.sh Line 130 in 2eebc59
|
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
when running
yarn build
as a new contributor, and installing dotnet in order to address the build requirements check, I get9.9.100 is plainly >= 6.0.100, so I propose the erorr message be updated to match the actual requirements in order to make setup accessible for new contributors.
Related: #17605
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
No error, or error message like
Current Behavior
Reproduction Steps
yarn build
on a machine with dotnet == 9.0.100Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
n/a. This is on main, commit 0153da4
Framework Version
No response
Node.js Version
v22.11.0
OS
macos
Language
TypeScript
Language Version
n/a
Other information
It would also be helpful if the error message when dotnet is missing gave mentioned referring to the CONTRIBUTING.md for
.NET SDK
installation instructions. I searched fordotnet
inCONTRIBUTING.md
and found nothing.The text was updated successfully, but these errors were encountered: