NServiceBus icon indicating copy to clipboard operation
NServiceBus copied to clipboard

Build, version, and monitor better microservices with the most powerful service platform for .NET

Results 217 NServiceBus issues
Sort by recently updated
recently updated
newest added

In many of our exceptions, we provide pretty clear guidance on how to fix things but there is only so much context we can provide in a short error message....

*Issue transferred from internal repo* Investigate using Roslyn analyzers to generate saga code.

*Issue transferred from internal repo* They should only be used for events (and technically only needed for multi inheritance) but sometimes get used for plain sends Update core to: *...

*Issue transferred from internal repo* Sagas tend to experience severe performance degradation as the amount of contention increases. One common example of this is the "scatter-gather" pattern described in Jimmy...

Improvement
Sagas

*Issue transferred from internal repo* Bare message processing for some use cases, such as rate/quota limiting can be problematic. While Sagas generally can be used to help in these circumstances,...

Improvement
Sagas

*Issue transferred from internal repo* Unobtrusive mode is a good approach to resolve a variety of issues that arise from requiring an NServiceBus dependency on shared message contracts when using...

*Issue transferred from internal repo* There are problems with using sagas and `record` type. However, there is only a [small mention of it in the docs](https://docs.particular.net/nservicebus/sagas/#long-running-means-stateful). It would be better...

Improvement

*Issue transferred from internal repo* Catchall handlers don't work well with NServiceBus and should be prevented. Consider creating an analyzer to warn when a catchall handler is being used, and...

Presently, NServiceBus offers very limited capability to rate-limit message processing. Probably the most commonly used API is `LimitMessageProcessingConcurrencyTo` which restricts the number of messages that can be handled concurrently. This...

Improvement

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 10.2.0 to 10.3.0. Release notes Sourced from PublicApiGenerator's releases. 10.3.0 Changes: Bump Mono.Cecil to 0.11.4 #227 Bump System.CodeDom to 6.0.0 #231 Fix generic arguments for array types...

dependencies
.NET