Found 389 packages
Even simpler integration with Slack's Incoming/Outgoing webhooks API for .net ### IMPORTANT On Feb 19th 2020 Slack will end support for TLS version 1.0 and 1.1. This means you may (depending on your .NET version) need to force the use of TLS1.2. If you receive an error stating that "The underlying connection was closed:" it's quite possibly a TLS issue. You can work around this by setting the default TLS version using the following: ```csharp System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ```
A comprehensive Slack API client for .NET
Serilog sink for Slack
A Slack wrapper for direct interaction with their APIs.
Provides Slack aliases (extension methods on Cake context) for Cake.
.NET Core package that helps with Slack interactions, events and web API
NLog target for Slack - your logs in one place and instantly searchable, everywhere.
A library for sending rich formatted Slack Bot Messages. Works with .NET Core, .NET Standard and .NET Framework.
Microsoft.Extensions.DependencyInjection integration for configuring SlackNet services
ASP.NET Core integration for receiving requests from Slack
ASP.NET Core security middleware enabling Slack authentication.
Simple, asynchronous Slack log4net appender.
Package Description
SlackConnector initiates an open connection between you and the Slack api servers. SlackConnector uses web-sockets to allow real-time messages to be received and handled within your application.
Easy-to-use API for writing Slack bots
A simple Slack client for posting messages with fields and attachments.
Autofac integration for configuring SlackNet services
A simple and configurable logger for ASP.NET Core projects that logs to Slack. SlackLogger will post formatted log messages at the desired level to a specified channel or person. Documentation can be found at https://github.com/severisv/slacklogger
Adds additional OAuth providers for OWIN to use with ASP.NET