Skip to content

Releases: dbosoft/Hosuto

Release 0.1.1

07 Aug 12:31
cadc19b
Compare
Choose a tag to compare

Release 0.1.0

06 Aug 11:40
d6427b2
Compare
Choose a tag to compare

First release of Hosuto

Hosuto contains currently the following features to extend .NET Generic Host:

  • Modules: The hosuto module system allows you to setup multiple independed hosts within a single application. Modules can share configuration and a DI container for global settings and interaction. The module system supports both .NET Generic host and Asp.Net Core 2.1 and higher.
  • Hosted Services extensions: Husuto contains extensions methods to simplify the use of hosted services in Generic Hosts and Asp.Net Core Hosts.