Skip to content

Comments

Add elapsed time formatter, tests, bump version#520

Merged
SimonCropp merged 1 commit intomainfrom
Add-elapsed-time-formatter,-tests,-bump-version
Feb 17, 2026
Merged

Add elapsed time formatter, tests, bump version#520
SimonCropp merged 1 commit intomainfrom
Add-elapsed-time-formatter,-tests,-bump-version

Conversation

@SimonCropp
Copy link
Owner

Introduce a Formatter utility to convert TimeSpan values into concise human-readable strings (ms, s, m, h). Update Program.cs to use Formatter.FormatElapsed for logging completed/updated durations. Add unit tests (FormatterTests) covering millisecond/second/minute/hour boundaries and rounding behavior. Also bump project Version from 4.1.3 to 4.1.4 in Directory.Build.props.

Introduce a Formatter utility to convert TimeSpan values into concise human-readable strings (ms, s, m, h). Update Program.cs to use Formatter.FormatElapsed for logging completed/updated durations. Add unit tests (FormatterTests) covering millisecond/second/minute/hour boundaries and rounding behavior. Also bump project Version from 4.1.3 to 4.1.4 in Directory.Build.props.
@SimonCropp SimonCropp added this to the 4.1.4 milestone Feb 17, 2026
@SimonCropp SimonCropp merged commit 9841508 into main Feb 17, 2026
5 of 6 checks passed
@SimonCropp SimonCropp deleted the Add-elapsed-time-formatter,-tests,-bump-version branch February 17, 2026 23:27
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.

1 participant