David Boike
David Boike
So we've decided that this is a rough edge, but we don't have a timeline to fix it. I'm going to leave the issue open, and hopefully it can be...
Capturing what we discussed today: * Separate dialect might be OK, but could double maintainability costs if most of the implementation of Oracle is duplicated. Perhaps the dialect only inherits...
Thanks Ben, We're consolidating some samples in anticipation of the release of NServiceBus 9 and it looks like the task force got a little over-zealous and redirected the old sample...
I'm pretty sure that, at least right now, it's not going to be possible to test that, as the testing framework doesn't know about any transport-specific bits. The [customize method](https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/blob/master/src/Transport/Sending/CustomizeNativeMessageExtensions.cs)...
I keep staring at that trying to figure out how to make that a better testing story but I have difficulty imaginging anything that does anything but shorten it by...
More to the point, are you trying to test the effect of the Action or make sure the framework actually calls it?
So then the difficulty becomes that would belong more in a NServiceBus.Transport.AzureServiceBus.Testing, which is a package we don't currently ship, and it would have just that one extension method `GetMessageCustomizer()`...
Thanks @JakkeFiejest, this is a good idea. I actually peeked at the code and found that the query is already parameterized, we just have not exposed an API for setting...
Thanks @SeanFeldman, this would be a good one for the next Azure enhancement cycle. I'll make sure it's dropped in the right spot.
I would add that further details should be shared in the documentation (or addressed by the component) becuase the transactional session has some unique implications on dependency injection ordering. A...