192 packages tagged with “slack”
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
Provides Slack aliases (extension methods on Cake context) for Cake.
Microsoft.Extensions.DependencyInjection integration for configuring SlackNet services
.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.
ASP.NET Core integration for receiving requests from Slack
ASP.NET Core security middleware enabling Slack authentication.
A library for sending rich formatted Slack Bot Messages. Works with .NET Core, .NET Standard and .NET Framework.
Simple, asynchronous Slack log4net appender.
Easy-to-use API for writing Slack bots
Autofac integration for configuring SlackNet services
A simple Slack client for posting messages with fields and attachments.
A batching Serilog sink for Slack. Each log message is sent as an attachment on the same message, with the log event properties rendered out as fields.
A .NET Core Host friendly Slack API client for the Slack HTTP API
Allow push elmah notifications to slack channel
Abstractions for Slackbot.NET publishers
Abstractions for Slackbot.NET hosting
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.
ASP.NET Core endpoints for the Slack event API
A Slack Sink for Serilog.
Abstractions for Slackbot.NET plugins (message handlers, recurring actions)
Even simpler integration with Slack's Incoming webhook API for .Net Core
Slack logger provider implementation for Microsoft.Extensions.Logging.
MargieBot is a .NET library designed to make building bots for Slack fast, easy, and fun.
A .NET Core Host friendly Slack bot framework
Connect to Slack using an incoming webhook url
A .NET Logger Publisher for Slackbot.NET
Slack API client library for C#.