Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.14 KB

File metadata and controls

36 lines (20 loc) · 1.14 KB

Frends.Slack.SendMessage

Task to send message to Slack channels or users with support for text, blocks, and link/media previews.

SendMessage_build Coverage License: MIT

Installing

You can install the Task via frends UI Task View.

Building

Clone a copy of the repository

git clone https://github.com/FrendsPlatform/Frends.Slack.git

Build the project

dotnet build

Run tests

Run the tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release

Third party licenses

StyleCop.Analyzer version (unmodified version 1.1.118) used to analyze code uses Apache-2.0 license, full text and source code can be found at https://github.com/DotNetAnalyzers/StyleCopAnalyzers