Skip to content

GH4454: Support dotnet package search --exact-match JSON version property#4773

Merged
gep13 merged 2 commits into
cake-build:developfrom
devlead:feature/gh-4454
Mar 16, 2026
Merged

GH4454: Support dotnet package search --exact-match JSON version property#4773
gep13 merged 2 commits into
cake-build:developfrom
devlead:feature/gh-4454

Conversation

@devlead

@devlead devlead commented Mar 15, 2026

Copy link
Copy Markdown
Member
  • Parse both "latestVersion" and "version" in DotNetPackageSearcher so exact-match output is handled correctly
  • Add Version property and XML docs to Package DTO in DotNetPackageSearcher
  • Add GivenExactMatchPackageResult fixture and unit test for exact-match parsing
  • Add DotNetSearchPackage.ExactMatch integration test task
  • fixes Impossible to retrieve package versions list with DotNetSearchPackage #4454

…version property

- Parse both "latestVersion" and "version" in DotNetPackageSearcher so exact-match output is handled correctly
- Add Version property and XML docs to Package DTO in DotNetPackageSearcher
- Add GivenExactMatchPackageResult fixture and unit test for exact-match parsing
- Add DotNetSearchPackage.ExactMatch integration test task
- fixes cake-build#4454
@devlead devlead requested a review from a team March 16, 2026 06:05

@gep13 gep13 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13 gep13 enabled auto-merge March 16, 2026 20:01
@gep13 gep13 merged commit d49d659 into cake-build:develop Mar 16, 2026
16 of 17 checks passed
This was referenced May 22, 2026
This was referenced May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Impossible to retrieve package versions list with DotNetSearchPackage

2 participants