79640719

Date: 2025-05-27 15:02:48
Score: 1
Natty:
Report link

This usually means your EF Core version is too old, ExecuteDeleteAsync() was only added in EF Core 7. Check your Microsoft.EntityFrameworkCore.* package versions; if you're on 6.x or lower, you'll need to upgrade to at least 7.x for MassTransit 8.4.x outbox cleanup to work. Alternatively, downgrade MassTransit.EntityFrameworkCoreIntegration to match your EF Core version. Double-check your dependencies and make sure they're aligned.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christopher Cushman