Tim Bussmann

Results 41 issues of Tim Bussmann

The transport should check at initialization/startup time if all permissions that are required are configured correctly to be able to receive and send messages. This seems to be blocked by...

Improvement

In the core repo, we're experimenting with adding milestones to every PR to help interested users to find out which release contains these changes (without digging in the git commits...

The current release notes list the number of commits associated to a specific release. That number is basically useless and also not really accurate, as we always have at least...

relates to https://github.com/DMOJ/judge-server/issues/1060 requires .NET 6 available on the runtimes image: https://github.com/DMOJ/runtimes-docker/pull/40 A first attempt at adding .NET 6 support. This is what I cobbled together based on the some...

With .NET Core being supported on Linux, it would be great to use the actual .NET runtime instead of Mono. The latest LTS .NET version (6.0) would bring massive performance...

It looks like the link provided for textile is no longer working. Maybe link to http://redcloth.org/textile/ or http://txstyle.org/ instead?

Potential quick fix for https://github.com/Particular/NServiceBus/issues/6961 which prevents the singelton instance to be created in an invalid state.

### Describe the bug #### Description When using the generic host, it is possible to resolve `ITransportAddressResolver` before the endpoint has been started. A potential scenario is a hosted service...

Bug

### 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

### 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