Skip to content

chore: bump the aweXpect group#737

Merged
vbreuss merged 1 commit intomainfrom
chore/update-core-2.17.0
Aug 25, 2025
Merged

chore: bump the aweXpect group#737
vbreuss merged 1 commit intomainfrom
chore/update-core-2.17.0

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Aug 25, 2025

This PR updates the aweXpect package group versions and resets the build scope to default after a core-only release cycle.

  • Updated aweXpect package versions (main: 2.20.0 → 2.21.1, Core: 2.16.1 → 2.17.0)
  • Reset BuildScope from CoreOnly back to Default to enable full build pipeline

@vbreuss vbreuss self-assigned this Aug 25, 2025
@vbreuss vbreuss added the dependencies Pull requests that update a dependency file label Aug 25, 2025
Copilot AI review requested due to automatic review settings August 25, 2025 19:21
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the aweXpect package group versions and resets the build scope to default after a core-only release cycle.

  • Updated aweXpect package versions (main: 2.20.0 → 2.21.1, Core: 2.16.1 → 2.17.0)
  • Reset BuildScope from CoreOnly back to Default to enable full build pipeline

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Pipeline/Build.cs Reset BuildScope to Default to enable full solution builds
Directory.Packages.props Bump aweXpect and aweXpect.Core package versions

@vbreuss vbreuss enabled auto-merge (squash) August 25, 2025 19:22
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

    14 files  +    10      14 suites  +10   3m 12s ⏱️ + 2m 49s
14 362 tests +13 445  14 360 ✅ +13 444  2 💤 +1  0 ❌ ±0 
39 780 runs  +37 143  39 778 ✅ +37 142  2 💤 +1  0 ❌ ±0 

Results for commit 364eb1a. ± Comparison against base commit c7267e2.

@vbreuss vbreuss merged commit ea87887 into main Aug 25, 2025
14 checks passed
@vbreuss vbreuss deleted the chore/update-core-2.17.0 branch August 25, 2025 19:30
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Benchmark Results

Details

BenchmarkDotNet v0.14.0, Ubuntu 24.04.2 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.413
[Host] : .NET 8.0.19 (8.0.1925.36514), X64 RyuJIT AVX2

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Method Mean Error StdDev Gen0 Gen1 Allocated
Bool_aweXpect 207.4 ns 6.68 ns 5.92 ns 0.0281 - 472 B
Bool_FluentAssertions 253.9 ns 4.79 ns 4.00 ns 0.0567 - 952 B
Bool_TUnit 884.6 ns 5.86 ns 4.58 ns 0.1431 - 2408 B
Equivalency_aweXpect 279,810.3 ns 1,850.39 ns 1,730.85 ns 16.6016 0.4883 284940 B
Equivalency_FluentAssertions 2,251,899.2 ns 11,626.93 ns 10,306.97 ns 273.4375 46.8750 4584416 B
Equivalency_TUnit 665,792.3 ns 4,140.51 ns 3,670.45 ns 51.7578 2.9297 880545 B
Int_GreaterThan_aweXpect 220.2 ns 2.20 ns 1.95 ns 0.0467 - 784 B
Int_GreaterThan_FluentAssertions 243.7 ns 6.12 ns 5.73 ns 0.0730 - 1224 B
Int_GreaterThan_TUnit 1,169.9 ns 16.19 ns 15.14 ns 0.1774 - 2984 B
ItemsCount_AtLeast_aweXpect 447.5 ns 4.80 ns 4.25 ns 0.0854 - 1432 B
ItemsCount_AtLeast_FluentAssertions 516.5 ns 8.40 ns 7.86 ns 0.1192 - 2008 B
ItemsCount_AtLeast_TUnit 20,352.4 ns 94.63 ns 88.51 ns 1.6174 - 27480 B
String_aweXpect 340.3 ns 0.96 ns 0.85 ns 0.0672 - 1128 B
String_FluentAssertions 462.0 ns 1.36 ns 1.27 ns 0.1292 - 2168 B
String_TUnit 1,213.3 ns 5.53 ns 4.62 ns 0.1831 - 3072 B
StringArray_aweXpect 1,382.5 ns 6.42 ns 6.01 ns 0.1640 - 2744 B
StringArray_FluentAssertions 1,279.1 ns 5.69 ns 5.32 ns 0.2480 - 4152 B
StringArray_TUnit 3,293.2 ns 17.34 ns 15.37 ns 0.3128 - 5296 B
StringArrayInAnyOrder_aweXpect 1,610.0 ns 12.58 ns 11.15 ns 0.1736 - 2920 B
StringArrayInAnyOrder_FluentAssertions 149,221.0 ns 476.00 ns 421.96 ns 3.4180 - 63787 B
StringArrayInAnyOrder_TUnit 4,028.8 ns 59.77 ns 55.91 ns 0.3815 - 6488 B

@github-actions
Copy link
Copy Markdown
Contributor

👽 Mutation Results

Mutation testing badge

aweXpect

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

aweXpect.Core

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

github-actions Bot added a commit that referenced this pull request Aug 25, 2025
github-actions Bot added a commit that referenced this pull request Aug 25, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 2, 2025

This is addressed in release v2.22.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants