Paul Harrington

Results 11 issues of Paul Harrington

This also eliminates a warning from the IDE when you load PerfView.sln on a machine without the .NET Core 2.1 runtime

Feedback from the Marketplace: > Changing the guideline color is indeed possible, even if slightly more hidden than in the Power Tools version (I wonder if the rightclick option to...

There are some TODOs in the integration tests to actually check for guidelines appearing. Do them.

We have two markdown files with much of the same content. I'd rather not have to update content in two places. I don't think we can move the overview.md around...

Fix Issue #2539. ## Changes Cache the Authentication Token provided by CredentialEnvelope to improve performance and eliminate a continuous trace loop. Introduce a CachedReflectionCredentialEnvelope class, derived from ReflectionCredentialEnvelope and use...

This is a performance optimization in HttpMessageSanitizer to reduce the memory allocated in common cases. There are three optimization techniques: 1. Use `url.AsSpan(...)` instead of `url.Substring(...)` to create the query...

Azure.Core
customer-reported
Community Contribution

This is a performance improvement for EventSourceEventFormatting to reduce the memory allocated in common cases. There are two optimization techniques: 1. Use a cached StringBuilder 2. Use Convert.ToHexString, where available...

Azure.Core
customer-reported
Community Contribution

Add a search feature that can search the entire settings store for a key (collection name) or a value (property name) or data (for string properties). Here's the equivalent dialog...

enhancement

Right now, you cannot get a writable settings store for the Config scope. That's hard-coded in the IVsSettingsManager implementation. Assuming we can find the registry root, can we synthesize one...

enhancement