Skip to content

CI - C# quickstart test properly uses nuget#3466

Merged
bfops merged 6 commits intomasterfrom
bfops/fix-csharp-quickstart-smoketest
Oct 23, 2025
Merged

CI - C# quickstart test properly uses nuget#3466
bfops merged 6 commits intomasterfrom
bfops/fix-csharp-quickstart-smoketest

Conversation

@bfops
Copy link
Collaborator

@bfops bfops commented Oct 23, 2025

Description of Changes

The quickstart smoketest was not correctly fudging our NuGet dependencies to use the local versions of the packages, so it was pulling them from NuGet. This ended up causing issues when we tried to modify local packages and then use them in a way that affected the quickstart (e.g. #3386).

We had a few issues: we weren't ensuring that the local packages were built, we weren't using the right directory for those packages, and we weren't adding a "package source mapping" that forced those packages to be used from the local directory.

API and ABI breaking changes

None. CI-only.

Expected complexity level and risk

2

Testing

@bfops bfops requested a review from rekhoff October 23, 2025 17:46
@bfops bfops marked this pull request as ready for review October 23, 2025 17:47
@bfops bfops changed the title C# quickstart test properly uses nuget CI - C# quickstart test properly uses nuget Oct 23, 2025
Copy link
Contributor

@rekhoff rekhoff left a comment

Choose a reason for hiding this comment

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

Looks good. I like the reuse of the override_nuget_package for each of the nuget packages that need to get imported. And the sequence that it does makes sense too. Approved.

@bfops bfops enabled auto-merge October 23, 2025 19:25
@bfops bfops added this pull request to the merge queue Oct 23, 2025
Merged via the queue into master with commit f726b02 Oct 23, 2025
29 of 77 checks passed
@bfops bfops deleted the bfops/fix-csharp-quickstart-smoketest branch October 24, 2025 18:28
github-merge-queue bot pushed a commit that referenced this pull request Oct 31, 2025
# Description of Changes

I missed some dependencies in
#3466. It became
apparent in #3550.

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

- [x] Smoketests pass in
#3550 now.

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
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.

2 participants