Skip to content

Comments

Bump Verify.Xunit from 28.0.0 to 31.9.4#45

Merged
randlee merged 2 commits intomainfrom
dependabot/nuget/tests/RoslynDiff.Core.Tests/multi-c88aad8bd2
Jan 30, 2026
Merged

Bump Verify.Xunit from 28.0.0 to 31.9.4#45
randlee merged 2 commits intomainfrom
dependabot/nuget/tests/RoslynDiff.Core.Tests/multi-c88aad8bd2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Updated Verify.Xunit from 28.0.0 to 31.9.4.

Release notes

Sourced from Verify.Xunit's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-version: 31.9.4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Verify.Xunit
  dependency-version: 31.9.4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Verify.Xunit
  dependency-version: 31.9.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jan 23, 2026
Tests pass locally on all platforms. This re-run will verify the flaky
Windows CI failure was transient.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@randlee randlee merged commit 4220437 into main Jan 30, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/tests/RoslynDiff.Core.Tests/multi-c88aad8bd2 branch January 30, 2026 03:01
randlee added a commit that referenced this pull request Jan 30, 2026
Add comprehensive integration tests (Task #45) that verify fragment-mode
HTML generation and JavaScript metadata access patterns. These tests catch
issues like CORS fetch() failures when opening files directly.

Test Coverage:
1. Test_FragmentHtml_IsValidFragment - Validates fragment structure
   (no html/head/body tags, proper root div with class)

2. Test_FragmentHtml_HasRequiredDataAttributes - Verifies all required
   data attributes are present and parseable (data-old-file,
   data-changes-total, data-mode, etc.)

3. Test_RoslynDiffCss_IsExtracted - Ensures CSS file is created,
   contains key classes (.roslyn-diff-fragment, .line-added, etc.),
   and is properly referenced by fragment HTML

4. Test_ParentHtml_LoadsFragmentViaHttpServer - Uses HttpListener to
   serve fragment and verify it loads without CORS errors, validating
   the fetch() pattern documented in samples

5. Test_FragmentGeneration_CreatesValidFiles - Full end-to-end test
   using actual sample files (Calculator.cs) to generate fragment
   and verify file structure

6. Test_MultipleFragments_CanShareCss - Validates multiple fragments
   can reference the same CSS file and CSS is not duplicated

All tests pass on both net8.0 and net10.0 target frameworks.
Tests use temporary directories for isolation and clean up after
themselves. HTTP test uses random port assignment to avoid conflicts.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant