Bump TUnit from 1.12.43 to 1.12.65 - #17
#17Closed
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#17dependabot[bot] wants to merge 1 commit intomainPapyrine/Morph:mainfrom dependabot/nuget/src/TUnit-1.12.65Papyrine/Morph:dependabot/nuget/src/TUnit-1.12.65Copy head branch name to clipboard
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
--- 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>
Contributor
Author
|
Looks like TUnit is no longer updatable, so this is no longer needed. |
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.
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.
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
MethodAssertionGeneratorincremental by @TimothyMakkison in feat: makeMethodAssertionGeneratorincremental thomhurst/TUnit#4563Dependencies
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
TrackedObjectstoDictionaryby @TimothyMakkison in perf: changeTrackedObjectstoDictionarythomhurst/TUnit#4538OfTypeby @TimothyMakkison in perf: manually iterateOfTypethomhurst/TUnit#4513TaskinMethodAssertionGeneratorgenerated code by @TimothyMakkison in perf: use staticTaskinMethodAssertionGeneratorgenerated code thomhurst/TUnit#4543Funccreation by @TimothyMakkison in perf: eliminate closure andFunccreation thomhurst/TUnit#4494_parallelConstraintsdeferred initialisation by @TimothyMakkison in perf: fix_parallelConstraintsdeferred initialisation thomhurst/TUnit#4528Dependencies
Full Changelog: thomhurst/TUnit@v1.12.43...v1.12.53
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)