Get actual resolved SDK versions instead of wildcards#210
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modifies the version detection logic to retrieve actual resolved SDK versions from installed packages instead of relying on wildcard version specifications in manifest files.
Changes:
- Updates
Get-PythonVersionsto useuv pip listto get installed versions before falling back to pyproject.toml parsing - Updates
Get-NodejsVersionsto read versions from installed node_modules packages before falling back to package.json - Updates
Get-DotnetVersionsto usedotnet list packagewith resolved versions before falling back to csproj file parsing
✅ All E2E Tests Passed
|
… in Node.js version extraction
pontemonti
previously approved these changes
Feb 3, 2026
rahuldevikar761
requested changes
Feb 4, 2026
rahuldevikar761
left a comment
Collaborator
There was a problem hiding this comment.
Please see comment
- Remove static version text that required commits to update - Add dynamic badges that fetch versions from npm, PyPI, and NuGet - Delete update-readme-versions.yml workflow (no longer needed) - Delete Update-ReadmeVersions.ps1 script (no longer needed) Addresses feedback about needing dynamic versions that work on scheduled runs without requiring README modifications.
…mmaries - Remove all hardcoded version tables from README - Direct users to E2E workflow step summaries for actual resolved versions - No README commits needed - versions are displayed dynamically in workflow logs - E2E tests use flexible constraints (>=, ^, *-beta.*) to get latest packages Addresses feedback about avoiding README modifications for version updates.
rahuldevikar761
approved these changes
Feb 5, 2026
mrunalhirve128
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.