c# - Console application integrating Slack Webhooks, but compiler says namespace "Slack" cannot be found -


i creating simple console app on run, checks date , sends notification via email, , works. tried adding slack webhooks package through nuget package manager , implemented simple post function package send notification slack channel, , on build , debug works perfectly.

however, on compiling project, message appears:

program.cs(1,7): error cs0246: type or namespace name 'slack' not found (are missing using directive or assembly reference?)

i tried reinstalling package, though see "missing" reference in solution explorer, problem persists. using .net framework 4.5.2, have not changed framework version project (as i've seen solutions propose downgrading project's framework, presumably enforce compatibility)

how can solve problem, though?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -