Skip to content

Latest commit

 

History

History
 
 

AutofacExample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.