RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.67k stars 1.23k forks source link

Only exclude explicit registrations of IHostedService #4756

Closed desjoerd closed 6 months ago

desjoerd commented 6 months ago

This fixes issues when a registered class or interface inherits from IHostedService because they where removed even when it would not run as an IHostedService.

Fixes #4722

Related pr #4523

RicoSuter commented 6 months ago

Thanks for the fix.