Mike Minutillo
Mike Minutillo
@SimonCropp we are not planning a 7.5 release at the moment and we didn't think this change has enough value on it's own to release as 7.5. If we do...
This issue has no task force and no plan of attack. Is there anything more to do here other than wait for the associated PRs to be reviewed and merged...
> How about shipping with not so accurate counters? How inaccurate are they? Is it better to tell a lie that's close to the truth or to remain silent in...
ramon [5:51 PM] @here : When a message is read from the audit queue by ServiceControl, does it store the blobs from the databus in the message? andreas [5:52 PM]...
@seankearney How are you integrating NServiceBus with the ASP.NET Core Web API host? Are they sharing a container? Using `DependsOn` should guarantee that the original `DataBus` feature `Setup` is run...
Our container abstraction doesn't expose a way to remove a registration but the underlying container might. `ConfigureComponent` is just an abstraction over whatever container is being used under the covers....
Azure Functions appears to use a last-registration-in-wins strategy so it works. It's only scenario 3 that is having an issue and that is ASP.NET Core Web API. I would have...
@SeanFeldman another approach could be to use [`INeedInitialization`](https://docs.particular.net/nservicebus/lifecycle/ineedinitialization) to hook into the endpoint creation process. This would allow you to register the bson databus serializer before the databus feature is...
Solution Idea: What if we could generate a scaffold for this code from a WCF Contract. The idea is that we could entirely generate an integration endpoint and all of...
Hi @SeanFeldman and @seankearney, we have prioritized this issue to the top of our list and will begin start working on it as soon as we can.