Closed dmalovric closed 1 month ago
@dmalovric First off, thank you for taking the time to write this up! But after saying that, the one single thing I'd need to understand is something about the handler and its dependency tree where the problem was seen. This is 100% about the dependency tree and absolutely nothing to do with any of your configuration code.
And is there a full stack trace being written out? Could you please try dotnet run -- codegen write
and see if that tells us which handler exactly had the issue, and if that gives you a more complete stack trace?
I can look into this a bit just from what you've posted. I have another codebase / report that's maybe similar to look at already
@dmalovric That'll also be dealt with by this one: https://github.com/JasperFx/wolverine/pull/1042
I had a repro of this from a client, but just now got into it enough to see what the issue was. Thanks for reporting this w/ repro steps!
Firstly, thank you for this fantastic library and the continuous improvements to it.
While trying out the latest RC version (3.0.0-rc-1) I've encountered what seems to be a regression. In my integration tests, after calling:
there is an exception thrown:
I've tried both the IServiceCollection and IHostBuilder registration options but both have the same issue.
Below are both my registration attempts. The top one with the IHostBuilder works in 2.17.2 without any changes.