Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 560 Bytes

File metadata and controls

7 lines (6 loc) · 560 Bytes

SlackNet Simple Injector Example

SlackNet services can be configured in Simple Injector using a similar API as in other scenarios. All Slack handlers must be registered inside AddSlackNet, and are scoped per Slack request by default, but if you register a service in the container yourself, that registration will take precedence.

Getting Started

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