Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.07k stars 650 forks source link

Add tests for scenarios without `InstallersEnabled` #7067

Open tmasternak opened 4 weeks ago

tmasternak commented 4 weeks ago

Describe the suggested improvement

Connected to: https://github.com/Particular/NServiceBus.Transport.Msmq/issues/700

There are no tests, that check if an endpoint can run without InstallersEnabled call. In particular, we don't test if an endpoint can use native delayed delivery and native publish-subscribe when running in a minimal privileges setup.

A potential solution to consider:

Additional Context

No response