chore: bump aweXpect.Core to v2.30.0#949
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository to consume aweXpect.Core v2.30.0 and restores the NUKE pipeline to the normal/default build scope after the temporary “core-only” mode.
Changes:
- Bump
aweXpect.Corepackage version from2.29.0to2.30.0in central package management. - Reset the NUKE pipeline
BuildScopefromCoreOnlyback toDefaultso CI/build targets run the full set again.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Pipeline/Build.cs | Resets build pipeline scope to Default (no longer core-only). |
| Directory.Packages.props | Updates the centrally-managed aweXpect.Core package version to 2.30.0. |
|
🚀 Benchmark ResultsDetails
|
👽 Mutation ResultsaweXpectDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0aweXpect.CoreDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0 |
|
This is addressed in release v2.33.0. |



This pull request updates package dependencies and modifies the build configuration to use the default build scope. The most important changes are:
Dependency updates:
aweXpect.Corepackage version from2.29.0to2.30.0inDirectory.Packages.props.Build configuration:
BuildScopein theBuildclass (Pipeline/Build.cs) fromCoreOnlytoDefault, which will affect which parts of the project are built by default.