fix: Stopwatch implementation on pre-release version 10.1.0-rc1#944
fix: Stopwatch implementation on pre-release version 10.1.0-rc1#944
Stopwatch implementation on pre-release version 10.1.0-rc1#944Conversation
There was a problem hiding this comment.
Pull request overview
This PR completes the release workflow for core library version 10.1.0-rc1 by updating package versions and restoring the build pipeline to build all projects (both core and main).
Changes:
- Bumps core package versions from 10.0.0 to 10.1.0-rc1 in Directory.Packages.props
- Resets BuildScope from CoreOnly to Default to enable building all projects again
- Simplifies TestHelpers project references by removing unused Testably.Abstractions dependency
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Directory.Packages.props | Updates Testably.Abstractions.Interface and Testably.Abstractions package versions to 10.1.0-rc1 |
| Pipeline/Build.cs | Resets BuildScope to Default, re-enabling full build pipeline after core version bump |
| Tests/Helpers/Testably.Abstractions.TestHelpers/Testably.Abstractions.TestHelpers.csproj | Removes unused Testably.Abstractions reference and changes Interface reference pattern |
Tests/Helpers/Testably.Abstractions.TestHelpers/Testably.Abstractions.TestHelpers.csproj
Show resolved
Hide resolved
Test Results 52 files + 51 52 suites +51 36m 42s ⏱️ + 36m 42s Results for commit 34a8129. ± Comparison against base commit bcc0254. ♻️ This comment has been updated with latest results. |
f476941 to
015d06a
Compare
015d06a to
b5bf770
Compare
1513d38 to
f6bb5d7
Compare
Stopwatch implementation on pre-release version 10.1.0-rc1
310328a to
34a8129
Compare
|
|
This is addressed in release v5.3.0. |



This PR completes the release workflow for core library version 10.1.0-rc1 by updating package versions and restoring the build pipeline to build all projects (both core and main).
Key Changes: