.NET: tests: removes dependency on fluent assersion because of licensing concerns - #7938
Merged
Conversation
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 17:40 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 17:40 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 17:40 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 17:40 — with
GitHub Actions
Error
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 17:40 — with
GitHub Actions
Error
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 17:45 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 17:46 — with
GitHub Actions
Error
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 17:46 — with
GitHub Actions
Error
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 17:51 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 17:51 — with
GitHub Actions
Error
Vincent Biret (baywet)
had a problem deploying
to
integration
August 28, 2026 17:51 — with
GitHub Actions
Error
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 17:54 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 17:55 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 17:55 — with
GitHub Actions
Inactive
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
Vincent Biret (baywet)
temporarily deployed
to
github-app-auth
August 28, 2026 18:07 — with
GitHub Actions
Inactive
Vincent Biret (baywet)
temporarily deployed
to
integration
August 28, 2026 18:07 — with
GitHub Actions
Inactive
Yashvant Mahadev Hange (YashvantHange)
added a commit
to YashvantHange/agent-framework
that referenced
this pull request
Sep 4, 2026
microsoft#7938 removed FluentAssertions from the tree over licensing and rewrote the other tests in this project, so the assertions added here no longer compiled once main was merged in. The merge was clean because neither side touched the same lines: main deleted the using and the package reference, this branch only added Should() calls under them. Also make the withheld-approval map first-wins. A repeated request ID keeps its first occurrence everywhere else that answers the same question, so overwriting here would re-emit the copy that was displaced and show the caller a request the workflow had discarded. It cannot be reached on this branch, where a duplicate request ID still throws, but it is reachable as soon as first-wins coalescing lands beside it.
Yashvant Mahadev Hange (YashvantHange)
added a commit
to YashvantHange/agent-framework
that referenced
this pull request
Sep 4, 2026
microsoft#7938 removed FluentAssertions from the tree over licensing and rewrote the other tests in this project, so the assertions added here no longer compiled once main was merged in. The merge was clean because neither side touched the same lines: main deleted the using and the package reference, this branch only added Should() calls under them. The because strings become comments, which is what the rest of the project does now. Also record why handoff target selection stays last-wins while the coalescing beside it is first-wins. The two answer different questions, and with the re-emission filter in front of it the selection only ever sees genuinely competing targets.
This was referenced Sep 4, 2026
This was referenced Sep 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.