Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 730 Bytes

readme.md

File metadata and controls

8 lines (8 loc) · 730 Bytes

SlackNet Examples

This folder contains several example projects:

  • SlackNetDemo - the main example project, demonstrating some of the things you can do with a Slack app written with the help of SlackNet.
    • This project also serves as the example for integrating with Microsoft.Extensions.DependencyInjection.
  • AspNetCoreExample - an example of integrating SlackNet with ASP.NET Core.
  • AutofacExample - an example of integrating SlackNet with Autofac.
  • SimpleInjectorExample - an example of integrating SlackNet with Simple Injector.
  • NoContainerExample - an example of using SlackNet without a DI container.