Skip to content

Bump JasperFx to 2.57.2 - #4196

Merged
jeremydmiller merged 1 commit into
mainfrom
jasperfx-2572
Aug 30, 2026
Merged

Bump JasperFx to 2.57.2#4196
jeremydmiller merged 1 commit into
mainfrom
jasperfx-2572

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

Moves the 2.57.x line from 2.57.1 to 2.57.2:

Package From To
JasperFx 2.57.1 2.57.2
JasperFx.Events 2.57.1 2.57.2
JasperFx.Events.SourceGenerator 2.57.1 2.57.2
JasperFx.SourceGenerator 2.57.1 2.57.2

The two source generator packages are in because they ship as part of the same line — leaving them a patch behind the runtime they generate against is the kind of skew that surfaces as a codegen mismatch rather than a restore error. Say the word if you'd rather hold them at 2.57.1 and I'll trim the diff.

JasperFx.RuntimeCompiler stays at 5.0.0. It is on its own line, as the comment in Directory.Packages.props already notes.

Verification

  • dotnet build wolverine.slnx -c Release -f net9.00 errors, 0 warnings. This is the check that matters for a JasperFx bump specifically: a tightening change upstream (a new AOT/trim annotation, a type lifted from Marten/Polecat into JasperFx.Events) shows up as warnings in exactly the projects wolverine_slim.slnx omits, so a clean slim build would prove nothing here.
  • CoreTests in Release on net9.0 — 2689 passed, 0 failed, 2 skipped.

🤖 Generated with Claude Code

Moves the whole 2.57.x line together -- JasperFx, JasperFx.Events, and the two
source generator packages that ship with them. Leaving the generators a patch
behind the runtime they generate against is the kind of skew that shows up as a
codegen mismatch rather than a restore error.

JasperFx.RuntimeCompiler stays at 5.0.0; it is on its own line, as the comment
in Directory.Packages.props already says.

Verified locally: wolverine.slnx builds clean in Release pinned to net9.0 with
0 warnings -- the check that matters for a JasperFx bump, since a tightening
change upstream (a new AOT/trim annotation, a type lift into JasperFx.Events)
surfaces as warnings in projects the slim solution omits. CoreTests green
(2689 passed, 0 failed).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@jeremydmiller
jeremydmiller merged commit 223a3aa into main Aug 30, 2026
38 checks passed
@jeremydmiller jeremydmiller mentioned this pull request Aug 30, 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.

1 participant