Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 517 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 517 Bytes

SlackNet Autofac Example

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.

Getting Started

Please refer to the Getting Started section of SlackNetDemo. This example contains only the Ping demo from that project.