Matisse Hack

Results 5 issues of 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...

enhancement

### 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...

Client
Azure.Core
needs-author-feedback
customer-reported
question

# 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...

enhancement

## 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...

vNext

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...

Type: Feature