You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump the nuget group with 2 updates
Bumps Aspire.Hosting.PostgreSQL from 13.3.4 to 13.3.5
Bumps Marten from 8.37.1 to 9.0.2
---
updated-dependencies:
- dependency-name: Aspire.Hosting.PostgreSQL
dependency-version: 13.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: Marten
dependency-version: 9.0.2
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(backend): adapt to Marten 9 namespace moves
Marten 9 relocated event-sourcing types into the JasperFx.* assemblies:
SnapshotLifecycle now lives in JasperFx.Events.Projections and TrackLevel
in JasperFx.OpenTelemetry. Update the using directives so the build compiles
against Marten 9.0.2.
https://claude.ai/code/session_01EkJghhpnaA3Hxs5tvB6jMQ
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments