Skip to content

Latest commit

 

History

History
 
 

NoContainerExample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SlackNet No-Container Example

For most scenarios using a dependency injection container is recommended, but SlackNet provides a basic service factory for completeness.

Services can both be configured and created through the SlackServiceBuilder. All configuration should be performed before creating a service, as any configuration after that may not have any effect.

Getting Started

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