Mike Minutillo

Results 37 comments of Mike Minutillo

@danielmarbach Yes. There is currently no way for a transport to add diagnostic entries that will be written. I believe that ASB is the only transport that does. If we...

We have guidannce for performing a [zero-downtime](https://docs.particular.net/servicecontrol/upgrades/zero-downtime) upgrade which could be extracted and repurposed.

@sebboss Do you ever use the endpoint outside of the context of a message handler? If not, you might be able to encapsulate your access token in a static wrapper...

I may have been able to replicate this. What I can see is that we do not correctly clean up the scripts in the `obj` folder. So once we have...

Note that we have moved away from using installers to create transport-level infrastructure. We rely on `HostSettings.SetupInfrastructure` to decide this in the `TransportDefinition.Initialize()`. - [MSMQ Implementation](https://github.com/Particular/NServiceBus.Transport.Msmq/blob/master/src/NServiceBus.Transport.Msmq/MsmqTransport.cs#L112-L123) - [Azure Service Bus...

That would have been helpful. It might be worth considering a global property to use as a root folder that the default data dir, log path, and nuget packages path...

Hi @testfirstcoder , You raised a similar PR last week https://github.com/Particular/NServiceBus/pull/6969https://github.com/Particular/NServiceBus/pull/6969 That one was closed as not deduplicating, which this one also does not do. What issue are you trying...