Matisse Hack
Matisse Hack
VS Code cannot use custom rules that have been installed with `npm install -g`. It seems the only way to use a custom rule is to install it in the...
### Library name and version Azure.Core 1.24.0 ### Describe the bug I use the [OpenTelemetry.Instrumentation.Http](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Http) package to trace requests made by my app. I was able to see traffic generated...
# Feature Request Has there been an consideration of recording values from an exception's `Data` property as tags on the event when calling `activity?.RecordException(ex)`? **Describe the solution you'd like:** I...
## Description I have several test projects written with xUnit that I want to run in CI. These unit tests are IO bound and run much more quickly when parallelized...
I need to use both octokit.net and octokit.graphql.net in the same project and I wish I could more easily share authorization tokens between both SDKs. I've written an `ICredentialStore` to...