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.