Skip to content

Conversation

@jeremydmiller
Copy link
Member

updated to the latest Weasel, JasperFx, and Marten

Checkpoint: EF Core related tests are all passing

checkpoint: hooks are in for resource creation of multi-tenancy

Just moved up the timeout on a test

Fix EF Core mapped outbox failing to INSERT envelopes with NULL attempts

Remove .HasDefaultValue(0) from EF Core entity mappings for the Attempts column on IncomingMessage and OutgoingMessage. The HasDefaultValue sentinel caused EF Core to omit the column from INSERT statements when Attempts was 0, but the database column is NOT NULL, causing SqlException. Also clean up test fixtures to use managed migrations instead of manual table creation.

First successful tests

WIP: EF Core migrations

Spiked in the EntityFrameworkCoreSystemPart

jeremydmiller and others added 3 commits February 10, 2026 09:55
updated to the latest Weasel, JasperFx, and Marten

Checkpoint: EF Core related tests are all passing

checkpoint: hooks are in for resource creation of multi-tenancy

Just moved up the timeout on a test

Fix EF Core mapped outbox failing to INSERT envelopes with NULL attempts

Remove .HasDefaultValue(0) from EF Core entity mappings for the Attempts
column on IncomingMessage and OutgoingMessage. The HasDefaultValue sentinel
caused EF Core to omit the column from INSERT statements when Attempts was 0,
but the database column is NOT NULL, causing SqlException. Also clean up
test fixtures to use managed migrations instead of manual table creation.

First successful tests

WIP: EF Core migrations

Spiked in the EntityFrameworkCoreSystemPart
…PackageReference 8.6.0

Co-Authored-By: Claude Opus 4.6 <[email protected]>
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