Skip to content

Release 1.0.18

Choose a tag to compare

@bvdcode bvdcode released this 10 Aug 08:03
· 50 commits to main since this release
Refactor HostApplicationLifetime retrieval and registration

Simplified and improved the retrieval and registration of the
HostApplicationLifetime service in BotApp.cs and BotBuilder.cs.
In BotApp.cs, the code now retrieves IHostApplicationLifetime
and casts it to HostApplicationLifetime, throwing an
InvalidOperationException if the cast fails. In BotBuilder.cs,
the registration of HostApplicationLifetime has been simplified
by removing the factory method and directly registering the
service. These changes enhance the robustness and clarity of
the code.