Eric St-Georges

Results 6 issues of Eric St-Georges

The `SlackTaskClient` is missing the `ConversationLookup` field that is available in `SlackClient `. From the looks of it, it looks like those lookups could be moved to `SlackClientBase`?

# Issue with OpenTelemetry.Exporter.Stackdriver List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.3.2`): * OpenTelemetry.Exporter.Console 1.5.1 * OpenTelemetry.Exporter.Stackdriver 1.0.0-beta.4 * OpenTelemetry.Extensions.Hosting 1.5.1 * OpenTelemetry.Instrumentation.AspNetCore...

comp:exporter.stackdriver

# Issue with OpenTelemetry.Exporter.Stackdriver List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.0.2`): - OpenTelemetry 1.3.0 - OpenTelemetry.Exporter.Stackdriver Runtime version (e.g. `net462`, `net48`, `netcoreapp3.1`,...

comp:exporter.stackdriver

**Describe the bug** When updating a service reference based off the same exact WSDL, the order of the classes in the `Reference.cs` file changes, which makes it less version control...

tooling
priority 3

**Describe the bug** When we hit a transient communication error reaching the Unleash server, it generates logs at the error level **To Reproduce** Steps to reproduce the behavior: 1. Start...

Currently, the Pager class supports both `IEnumerable` and `IEnumerable`. It would be great if it supported `IAsyncEnumerable` for usage in async context

question