wolverine icon indicating copy to clipboard operation
wolverine copied to clipboard

Next Generation .NET Command and Message Bus

Results 169 wolverine issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Right now when you **always** want to return ProblemDetails for missing entities, you have to set the `OnMissing` value on...

enhancement

> Below is all with code pre generated using `dotnet run -- codegen write` ## Setting up Marten using a different schema every run ```cs webApplication.Services.CritterStackDefaults(x => { x.Development.ResourceAutoCreate =...

bug

This combo is coming up a little bit all the sudden. Let's say that you're using a combination of: 1. A durable listener that uses the transactional inbox 2. Transport...

bug

Fixes #2040, at least in my test and the repro project This should probably get a thorough review, as I feel I'm deeper in Wolverine than I should be and...

When using Wolverine managed EF Core multi-tenancy + durable local queues + InvokeForTenantAsync(request/reply), returning domain events as the second item of: ``` Task ``` causes Wolverine to start an EF...

Added an option to set global default timeout for remote invocation in `WolverineOptions`, as well as test in `CoreTests.Acceptance.remote_invocation` - to ensure that it's respected. The global timeout option will...

- [ ] Add something to GCP docs for: https://github.com/JasperFx/wolverine/pull/2015 - [ ] Add docs on Domain Events w/ EF Core, use Jeremy's blog post: https://jeremydmiller.com/2025/12/04/classic-net-domain-events-with-wolverine-and-ef-core/ - [ ] Add...

documentation

**Describe the bug** Having a middleware that produces an object that is consumed in the service, that is used in the handler - fails with code generation error on the...