NServiceBus icon indicating copy to clipboard operation
NServiceBus copied to clipboard

Support Microsoft.Extensions.Configuration / Options pattern

Open ramonsmits opened this issue 2 years ago • 1 comments

Describe the feature.

Most users build their own configuration API for easily changing the configuration API values. Either by making their own command line argument, environment and/or config file parser. If Core and the downstream transports, serializers, persisters, etc. would support Microsoft.Extensions.Configuration.

For example, Core could adopt the options pattern

Additional Context

No response

ramonsmits avatar Jun 05 '23 10:06 ramonsmits

A community project already exists which partially supports this for some packages: https://github.com/mauroservienti/Mattox.NServiceBus

ramonsmits avatar Apr 15 '24 14:04 ramonsmits