Jarret Shook

Results 10 issues of Jarret Shook

## Overview Please use these queries to discover issues - [Blocking CI](https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Ablocking-clean-ci) - [Blocking CI Optional](https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Ablocking-clean-ci-optional) - [Blocking Outerloop](https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Ablocking-outerloop) ## Blocking CI |Status|Issue|Build Count| |---|---|---| |:fire:|[`xunit.extensibility.execution 2.4.2-pre.22` - ` primary...

area-Infrastructure

Need to actively kill the gcEventListener on event capturing stop. In addition need to actively kill gcEventListener if it receives any type of http status code that is not OK

bug

On startup of a .NET application run the GC Event Listener by default. The information collected during the debug session will be captured into a version-able file containing all the...

enhancement

# Overview Similar to how GC information is currently tracked, the plan is to add the following metrics tracking: 1. Lock contention 2. Threadpool - enqueue - dequeue 3. Thread...

enhancement

Title says everything.

enhancement

Remove `EventCounterAdapterMemoryWarden`, while it is only running every `10 minutes` we do not need the additional allocations in production code. If this is a local development environment, it would be...