Custom IOptions service
Create a new console application and add packages for DI and Hosting: Add a class for the new object, and an extension method for registering it with dependency injection: Build your hosted service: Build your application entry point, and you can use the options pattern to configure your custom object while registering it: IOptions is […]