Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageVersion Include="ModularPipelines.DotNet" Version="3.1.90"/>

<!-- Testing -->
<PackageVersion Include="TUnit" Version="1.13.60"/>
<PackageVersion Include="TUnit" Version="1.21.20"/>
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

This PR bumps the test framework version, but the current CI workflow appears to only run the build pipeline without the "test" module, so unit tests may not be exercised after this upgrade. Consider updating CI to run the unit tests (or ensure this PR is validated by running the test module in CI) to catch any breaking changes introduced by the TUnit update.

Copilot uses AI. Check for mistakes.
<PackageVersion Include="Shouldly" Version="4.3.0"/>
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8"/>

Expand Down
Loading