Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump TUnit from 1.12.43 to 1.12.65 - #17

#17
Closed
dependabot[bot] wants to merge 1 commit into
mainPapyrine/Morph:mainfrom
dependabot/nuget/src/TUnit-1.12.65Papyrine/Morph:dependabot/nuget/src/TUnit-1.12.65Copy head branch name to clipboard
Closed

Bump TUnit from 1.12.43 to 1.12.65#17
dependabot[bot] wants to merge 1 commit into
mainPapyrine/Morph:mainfrom
dependabot/nuget/src/TUnit-1.12.65Papyrine/Morph:dependabot/nuget/src/TUnit-1.12.65Copy head branch name to clipboard

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 27, 2026

Copy link
Copy Markdown
Contributor

Updated TUnit from 1.12.43 to 1.12.65.

Release notes

Sourced from TUnit's releases.

1.12.65

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.58...v1.12.65

1.12.58

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.53...v1.12.58

1.12.53

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.43...v1.12.53

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: TUnit
  dependency-version: 1.12.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

dependabot Bot commented on behalf of github Jan 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like TUnit is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jan 28, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/TUnit-1.12.65 branch January 28, 2026 11:30
SimonCropp added a commit that referenced this pull request May 9, 2026
The OOXML spec calls for top: 0, bottom: 0 default cell margins, but
real Word adds about 2pt of breathing room top and bottom. Without it
each cell row measures at line-height + spacing-after only — too tight
to match Word's actual layout, so 30-row tables fit on one page in our
renderer where Word splits across two.

Use 2pt vertical implicit padding when neither w:tblCellMar nor a table
style supplies one. Also makes most table-related ErrorMetrics improve
slightly because rows now match Word's rendered height. Fixes #17
(table_multipage now paginates to 2 pages); ~20 baselines updated.
SimonCropp added a commit that referenced this pull request Jul 18, 2026
The PDF backend had the line-numbering plumbing (the shared per-page counter
was initialized and reset) but never drew the numbers. Add
PdfTextEngine.RenderLineNumber, a faithful port of the raster backends:
right-aligned in the left-margin gutter at ContentLeft - w:distance, 9pt, one
per line, shown only at the w:countBy interval, skipping (and not advancing the
counter for) paragraphs with w:suppressLineNumbers; the per-page restart rides
the existing StartNewPage reset.

Regenerated the six line_numbers_* PDF baselines (all now render). The values
still carry the raster backends' pre-existing discrepancies vs Word tracked as
todo #17 (off-by-one count, interval anchored to w:start, 9pt digits) - a
separate cross-backend fix. Resolves the rendering gap in todo #18.
SimonCropp added a commit that referenced this pull request Jul 18, 2026
Line numbers rendered 1..N with the count-by interval anchored to w:start, 9pt
digits, and no per-section restart in the PDF backend. Correct all of these
against Word's reference output:

- Off-by-one: RenderContextBase.GetNextLineNumber pre-increments, so the
  displayed values are Word's Start+1..Start+N (2..N+1 for w:start=1).
- Count-by interval: RenderLineNumber shows a number at multiples of w:countBy
  (5, 10, 15, 20), not offset by w:start (was 1, 6, 11, 16).
- Gutter font 9pt -> 10pt (measured against Word's reference output).
- PDF section restart: PdfPageRenderer calls ResetLineNumbersForSection at a
  section break, matching the raster SectionBreakHandler, so
  w:restart="newSection" restarts 2..16 per section (was continuous 16..30).

Applied to the Skia, ImageSharp and PDF backends; regenerated all
line_numbers_* baselines. Resolves todo #17 apart from a raster-only stray
number on the empty section-break paragraph in line_numbers_restart_section.
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.