Skip to content

Bump Verify from 30.15.0 to 30.16.0#1

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Verify-30.16.0
Closed

Bump Verify from 30.15.0 to 30.16.0#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Verify-30.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2025

Copy link
Copy Markdown
Contributor

Updated Verify from 30.15.0 to 30.16.0.

Release notes

Sourced from Verify's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

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
  dependency-version: 30.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #4.

@dependabot dependabot Bot closed this Sep 22, 2025
@dependabot dependabot Bot deleted the dependabot/nuget/src/Verify-30.16.0 branch September 22, 2025 02:35
SimonCropp added a commit that referenced this pull request Jul 10, 2026
)

* Fix duplicated, misordered and truncated Word/Powerpoint snapshots

RegisterFileConverter<T> and RegisterStreamConverter(ext) were both pointed
at the same Convert* method. Verify runs the extension stream converter over
the package target a file converter returns, so verifying a typed document
(WordprocessingDocument, SpreadsheetDocument, PresentationDocument) ran the
whole extraction twice and wrote the info, the text and the rendered pages to
two snapshot files each. A file converter now just hands over the cloned
package and lets the extension converter own the extraction, so the typed and
stream paths produce byte-identical output.

Three further bugs in the Word converter:

 * The document text was carried in WordInfo.Text and emitted as a txt target,
   putting it in two snapshots. It is now only the target. Same for
   PowerpointInfo.Text.
 * Document order was lost. The walk collected every paragraph then every
   table, and within a run every text then every tab then every break. It is
   now a single in-order walk.
 * Content controls were dropped, so all text inside a w:sdt vanished from the
   snapshot. SdtBlock, SdtRun, SdtRow and SdtCell are now transparent, matching
   what Word displays. Hyperlink runs were dropped too.

Adds Word tests for ordering, inline/block/in-cell content controls, hyperlinks
and interleaved text and tabs. There was no w:sdt coverage, and sample.docx is
two bare paragraphs, which is why none of this surfaced.

Snapshot churn across 15 tests is mostly filename shift rather than content:
the duplicate #00/#1 pairs collapse to a single unsuffixed file.

* .

* .

* Update VerifyOpenXml.cs
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.

0 participants