This is occuring via linqpad, but I suspect that's a red herring
When I try to use the MargieBot via the nuget package, I can an exception trying to connect:
Could not load file or assembly 'Bazam.WebSockets, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
at MargieBot.Bot.<Connect>d__61.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at MargieBot.Bot.Connect(String slackKey)
at UserQuery.<RunUserAuthoredQuery>d__0.MoveNext() in C:\Users\idvor\AppData\Local\Temp\LINQPad5\_ekgubgol\query_snztoq.cs:line 41
When I use the MarigeBot built from source, everything works fine.
This is occuring via linqpad, but I suspect that's a red herring
When I try to use the MargieBot via the nuget package, I can an exception trying to connect:
When I use the MarigeBot built from source, everything works fine.