bfren / jeebs

.NET (C#) libraries for rapid application development.
https://docs.bfren.dev/jeebs
MIT License
6 stars 1 forks source link

Make each config class inherit from IOptions #363

Closed bfren closed 2 years ago

bfren commented 2 years ago

This is how MS does it and enables options to be injected directly instead of via the interface