SlackNet services can be configured in Autofac using a similar API as in other scenarios.
All Slack handlers must be registered inside AddSlackNet
, and are scoped per Slack request,
but these registrations can be overridden afterwards using the standard Autofac API.
Please refer to the Getting Started section of SlackNetDemo. This example contains only the Ping demo from that project.