NServiceBus
NServiceBus copied to clipboard
Build, version, and monitor better microservices with the most powerful service platform for .NET
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...
### 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...
[.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...
[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...
### 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...
### 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...
### Describe the feature. Enabling Open Telemetry support creates telemetry in app insights with no operation name. They bucket in a single operation.  #### Describe the requested feature Append...
### 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...