Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the aweXpect dependency group and restores the build scope to default behavior.
- Bumps aweXpect packages centrally (aweXpect to a pre-release, aweXpect.Core to a newer stable).
- Resets BuildScope from MainOnly to Default to re-enable the full pipeline.
- Adds an await in a Tunit test method, likely to satisfy async method requirements.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Tests/Frameworks/aweXpect.Frameworks.Tunit.Tests/TunitTestFrameworkTests.cs | Added an awaited assertion inside a test method. |
| Pipeline/Build.cs | Changed BuildScope from MainOnly to Default to restore normal build behavior. |
| Directory.Packages.props | Updated central package versions for aweXpect and aweXpect.Core. |
16a9bfa to
d28d3d6
Compare
|
🚀 Benchmark ResultsDetails
|
Test Results 14 files + 4 14 suites +4 3m 52s ⏱️ -28s Results for commit 0e9e014. ± Comparison against base commit 56588c7. This pull request removes 1502 and adds 2701 tests. Note that renamed tests count towards both. |
|
This is addressed in release v2.27.0. |



This PR updates the aweXpect dependency and restores the build scope to default behavior.