Skip to content

chore: bump aweXpect.Core to v2.25.1#817

Merged
vbreuss merged 2 commits intomainfrom
chore/update-core-to-2.25.1
Oct 18, 2025
Merged

chore: bump aweXpect.Core to v2.25.1#817
vbreuss merged 2 commits intomainfrom
chore/update-core-to-2.25.1

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Oct 18, 2025

This PR bumps the aweXpect.Core dependency from version 2.25.0 to 2.25.1 and changes the build scope to MainOnly. The changes also update the main aweXpect package reference from a pre-release version to the stable 2.27.0 release.

Key changes:

  • Updated aweXpect.Core package version to 2.25.1
  • Changed BuildScope from CoreOnly back to Default to enable full solution builds
  • Updated aweXpect package from pre-release 2.27.0-pre.1 to stable 2.27.0

@vbreuss vbreuss self-assigned this Oct 18, 2025
Copilot AI review requested due to automatic review settings October 18, 2025 19:22
@vbreuss vbreuss added the dependencies Pull requests that update a dependency file label Oct 18, 2025
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 bumps the aweXpect.Core dependency from version 2.25.0 to 2.25.1 and restores the build scope to default. The changes also update the main aweXpect package reference from a pre-release version to the stable 2.27.0 release.

Key Changes:

  • Updated aweXpect.Core package version to 2.25.1
  • Changed BuildScope from CoreOnly back to Default to enable full solution builds
  • Updated aweXpect package from pre-release 2.27.0-pre.1 to stable 2.27.0

Reviewed Changes

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

File Description
Pipeline/Build.cs Restored BuildScope to Default after completing Core-only development cycle
Directory.Packages.props Bumped aweXpect.Core to v2.25.1 and aweXpect to stable v2.27.0

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

    14 files  +    10      14 suites  +10   4m 11s ⏱️ + 3m 49s
17 957 tests +16 760  17 290 ✅ +16 094  2 💤 +1    665 ❌ +  665 
50 511 runs  +47 028  48 578 ✅ +45 096  2 💤 +1  1 931 ❌ +1 931 

For more details on these failures, see this check.

Results for commit 736fa6e. ± Comparison against base commit 5efae61.

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Benchmark Results

Details

BenchmarkDotNet v0.14.0, Ubuntu 24.04.3 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.415
[Host] : .NET 8.0.21 (8.0.2125.47513), X64 RyuJIT AVX2

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

Method Mean Error StdDev Gen0 Gen1 Allocated
Bool_aweXpect 263.7 ns 4.12 ns 3.86 ns 0.0424 - 712 B
Bool_FluentAssertions 236.0 ns 4.43 ns 4.14 ns 0.0567 - 952 B
Bool_TUnit 200.9 ns 1.57 ns 1.39 ns 0.0396 - 664 B
Equivalency_aweXpect 304,906.7 ns 3,708.43 ns 3,468.87 ns 20.0195 0.4883 335372 B
Equivalency_FluentAssertions 2,183,907.7 ns 28,461.72 ns 25,230.57 ns 273.4375 46.8750 4584416 B
Equivalency_TUnit 310,174.1 ns 2,758.13 ns 2,579.96 ns 13.1836 0.4883 224760 B
Int_GreaterThan_aweXpect 253.9 ns 3.83 ns 3.58 ns 0.0486 - 816 B
Int_GreaterThan_FluentAssertions 236.7 ns 0.97 ns 0.86 ns 0.0730 - 1224 B
Int_GreaterThan_TUnit 213.6 ns 0.32 ns 0.30 ns 0.0486 - 816 B
ItemsCount_AtLeast_aweXpect 433.5 ns 1.57 ns 1.39 ns 0.0772 - 1296 B
ItemsCount_AtLeast_FluentAssertions 492.7 ns 1.68 ns 1.57 ns 0.1192 - 2008 B
ItemsCount_AtLeast_TUnit 14,264.7 ns 178.52 ns 166.99 ns 1.5106 - 25432 B
String_aweXpect 429.4 ns 4.89 ns 4.58 ns 0.0629 - 1056 B
String_FluentAssertions 1,153.4 ns 4.67 ns 4.14 ns 0.2327 - 3896 B
String_TUnit 286.6 ns 0.71 ns 0.63 ns 0.0615 - 1032 B
StringArray_aweXpect 1,849.5 ns 4.26 ns 3.56 ns 0.1526 - 2568 B
StringArray_FluentAssertions 1,232.6 ns 4.75 ns 4.21 ns 0.2480 - 4152 B
StringArray_TUnit 673.7 ns 1.47 ns 1.37 ns 0.0820 - 1376 B
StringArrayInAnyOrder_aweXpect 2,487.2 ns 5.53 ns 4.90 ns 0.1640 - 2760 B
StringArrayInAnyOrder_FluentAssertions 127,510.2 ns 695.51 ns 650.58 ns 3.6621 - 62232 B
StringArrayInAnyOrder_TUnit 705.0 ns 0.70 ns 0.59 ns 0.0858 - 1440 B

@vbreuss vbreuss merged commit 7f9987f into main Oct 18, 2025
10 checks passed
@vbreuss vbreuss deleted the chore/update-core-to-2.25.1 branch October 18, 2025 19:40
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

This is addressed in release v2.27.1.

@github-actions github-actions Bot added the state: released The issue is released label Oct 18, 2025
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