Skip to content

Comments

chore: fix TUnit.Assertions.FSharp pre-release package version#4926

Merged
thomhurst merged 1 commit intomainfrom
fix/fsharp-prerelease
Feb 19, 2026
Merged

chore: fix TUnit.Assertions.FSharp pre-release package version#4926
thomhurst merged 1 commit intomainfrom
fix/fsharp-prerelease

Conversation

@thomhurst
Copy link
Owner

Summary

  • Updates TUnit.Assertions.FSharp version in Directory.Packages.props from 0.75.38-PullRequest3485.0 (a stale pre-release version from PR Improve AOT annotations + Various fixes #3485) to 1.16.4 to match all other TUnit packages.

Context

The TUnit.Assertions.FSharp entry in Directory.Packages.props was set to 0.75.38-PullRequest3485.0, which is a pre-release version from an old pull request build. All other TUnit packages (TUnit, TUnit.Core, TUnit.Engine, TUnit.Assertions, TUnit.AspNetCore) are at version 1.16.4. This inconsistency could cause issues for F# projects that consume TUnit via NuGet, since TUnit.Assertions.props automatically adds a PackageReference to TUnit.Assertions.FSharp for .fsproj files.

Closes #4884

Test plan

  • dotnet build TUnit.Assertions.FSharp/TUnit.Assertions.FSharp.fsproj succeeds
  • CI pipeline passes

@claude
Copy link
Contributor

claude bot commented Feb 19, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

This is a clean, correct fix that aligns TUnit.Assertions.FSharp with the rest of the TUnit ecosystem at stable version 1.16.4, removing the stale pre-release pin from PR #3485. Good catch - this would silently affect all F# consumers of TUnit.

Update TUnit.Assertions.FSharp version from 0.75.38-PullRequest3485.0
to 1.16.4 to match all other TUnit packages in Directory.Packages.props.
@thomhurst thomhurst force-pushed the fix/fsharp-prerelease branch from ef6f71e to 0c034a5 Compare February 19, 2026 11:47
@thomhurst thomhurst merged commit 464c9d6 into main Feb 19, 2026
13 of 14 checks passed
@thomhurst thomhurst deleted the fix/fsharp-prerelease branch February 19, 2026 13:52
This was referenced Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: pre-release package version for TUnit.Assertions.FSharp

1 participant