Karl Solgård
Karl Solgård
I don't see an extension for [conversations.members](https://api.slack.com/methods/conversations.members). It would be nice to have :)
Switching to system text json for better net5.0 support. Target net5.0 because of microsoft recommandation (Use net5.0 for code sharing moving forward): https://devblogs.microsoft.com/dotnet/the-future-of-net-standard/
This is an issue experienced with the implementation of synonyms. Today the list of synonyms closes an index, loads settings including synonym list and reopens index. Comments on https://stackoverflow.com/a/33923322/1702945 suggests...
There should be a way to add multiple message handlers and build them together. ie. https://github.com/TorontoMobileDevelopers/HttpTracer/blob/master/src/HttpTracer/HttpTracerHandler.cs#L42