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

Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.1.0. Release notes Sourced from NUnit's releases. NUnit 4.1.0 See release notes NUnit 4.0.1 Patch release to fix windows targets See release notes and See...

dependencies
.NET
Build Dependency

### Describe the suggested improvement The [NServiceBus OpenTelemetry integration](https://docs.particular.net/nservicebus/operations/opentelemetry) currently promotes the [following metrics](https://github.com/Particular/NServiceBus/blob/master/src/NServiceBus.Core/OpenTelemetry/Metrics/Meters.cs): * nservicebus.messaging.successes: Total number of messages processed successfully by the endpoint * nservicebus.messaging.fetches: Total number of...

Improvement

[.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview) is an opinionated, cloud-ready stack for building observable, production-ready, distributed applications.​ NServiceBus endpoints can run under an Aspire AppHost orchestrator. Here are some leading questions that we are...

Discussion

[Redis](https://redis.io/) provides cloud and on-prem solutions for caching, vector search, and NoSQL databases that seamlessly fit into any tech stack—making it simple for digital customers to build, scale, and deploy...

Discussion

### Describe the suggested improvement #### Is your improvement related to a problem? Please describe. Consider this example class: ``` public class OrderQueriers : IHandleMessages, IOrderQueries, IEventHandler { private readonly...

Improvement

### Describe the suggested improvement #### Is your improvement related to a problem? Please describe. When using NServiceBus with the "default" DI container mode, which makes NServiceBus use an internally...

Improvement

### Describe the feature. Enabling Open Telemetry support creates telemetry in app insights with no operation name. They bucket in a single operation. ![image](https://user-images.githubusercontent.com/3073436/233176587-da24777c-1747-47d2-a625-e130b698a786.png) #### Describe the requested feature Append...

Improvement

### Describe the feature. Message processing could slow down or even halt when handlers never complete (hang). For example, handlers that deadlock or infinitely wait on a state change that...

### Describe the feature. #### Is your feature related to a problem? Please describe. Publishing events and sending commands is validating at run-time. Having an analyzer to detect that during...