test(fork): bUnit smoke test + fork CI#5
Open
cliedeman wants to merge 1 commit into
Open
Conversation
Confirm bUnit works against the fork's stack (xUnit v3 + Microsoft.Testing.Platform on net10/net11) by rendering UseFragment<T> and asserting ChildContent / LoadingContent, and add a pull_request CI workflow scoped to the forked packages. - add bunit 2.7.2 to central package management - StrawberryShake.Razor.Tests references bunit; UseFragmentBunitTests renders the component via bUnit (4/4 pass on net10 and net11) - ci-fork.yml builds + tests Razor.Tests (runtime + bUnit) and Core.Tests on pull_request and fork/release-branch pushes (the Razor codegen snapshot tests bake the generator assembly version and aren't CI-portable, so they are excluded) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
cliedeman
force-pushed
the
test/fork-bunit-ci
branch
from
June 27, 2026 00:26
a4cca09 to
21ab117
Compare
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.
Confirms two things on the fork:
UseFragmentBunitTestsrendersUseFragment<T>via bUnit and assertsChildContent/LoadingContent. Verified locally: 4/4 pass on both net10.0 and net11.0.ci-fork.ymlwith apull_requesttrigger, so opening this PR exercises it (this is the run you're looking at).Changes
bunit2.7.2 added to central package management (src/Directory.Packages.props).StrawberryShake.Razor.Testsreferences bUnit; newUseFragmentBunitTests..github/workflows/ci-fork.yml: package-scoped CI (Razor.Tests incl. bUnit, Core.Tests, Razor codegen snapshots) onpull_requestand pushes tofork/release/fork-*.Base:
release/fork-16.3.0.🤖 Generated with Claude Code