Results 51 issues of Kyle Baley

As per https://github.com/Particular/NServiceBus/issues/5311 there are possible problems with NSB and Dynamics CRM. There is no guidance on how to make NServiceBus work when ILMerging (aka Dynamics CRM integration). Given that...

There are a lot of intricacies involved in evolving message contracts and [our current guidance](https://docs.particular.net/nservicebus/messaging/evolving-contracts) can be improved. Some examples: - Outline pros and cons of inheritance vs. brand new...

Users sometimes run into issues when the transport infrastructure isn't reachable during endpoint startup time. Unlike once the endpoint has started and connection losses can be handled and re-established by...

Between ASB transport, CosmosDB persistence, and the outbox, developers cab struggling to put everything together to understand how it all comes together and connects to the partition key information found...

Occasionally we see users upgrading from very old major versions of our products. Usually, the first time we see this is when they run in to issues and raise a...

I have a Next JS app (based on [this template](https://mui.com/store/items/devias-kit-pro/)) and I have the Vim plugin enabled. Whenever the application is hot reloaded (basically, whenever I save a file while...

Regular iterative development of the project is cumbersome within Visual Studio. Connections often get lost to containers or Rabbit and intermittent errors arise sometimes requiring the project to be restarted...

In a `ContainsSagaData` class, if you have an integer or decimal property (for example, `MyProperty`) and explicitly set this in the class's constructor, this can override the value of the...

Improvement

_This issue was transferred from a private repository_ Users sometimes want to set the native message ID of the outgoing message for ASB [which currently is initialized with a random...

_This issue was transferred from a private repository_ Only one isolation level seems appropriate for usage with TransactionScope, i.e. ReadCommitted. Different options caused issues when using Outbox with connection pooling....