-
### What type of update are you requesting?
A new version of an existing package
### Current Package Identifier
Microsoft.PerfView
### Package Version
3.1.13
### Please describe the changes you …
-
Currently, the requirements for delegates are (from [ECMA-335 §II.14.6 Delegates](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf#%5B%7B%22num%22%3A2137%2C%22gen%22%3A0%7D%2C…
svick updated
3 years ago
-
- [x] As a developer for a .Net Core app, I can use SOS to get a list of all async thread stacks, so that I can understand what async operations are in progress and diagnose my app
- [ ] As a develop…
-
I recently upgraded via NuGet to ClrMd 2.0 from 1.0 and got a large number of compile errors in my existing 1.0 ClrMd code. Can someone tell me exactly what methods have been eliminated and how that…
-
I attach ClrMd to a target process and create a ClrType from an ArrayList in the target process. The ClrType object is:
![Snap81](https://github.com/microsoft/clrmd/assets/11266768/1ba7cfef-6440-4…
-
Hello,
we are testing SOS commands work on Linux riscv64 now, all tested commands works on riscv64 (all related commits already in `diagnoctics` and `clrmd` upstreams), unfortunately, we can't figu…
-
I'm using clrmd to get the method info returned from `MethodJittingStartedTraceData`:
```cs
using var dataTarget = DataTarget.AttachToProcess(process.Id, false);
var version = dataTarget.ClrVersi…
-
I am looking for advice from others that might know more about this than I do.
I am the author of the Escape Goat 2 autosplitter which took me quite a long time to create due to it being in C# with v…
-
Hi. i am wrote code
`internal class Program
{
static void Main(string[] args)
{
// I am want to get this variables
int i = 123;
var o = new object();
…
-
## Background and Motivation
The MemoryCache implementation and interface leaves much to be desired. At the core of it, we ideally want to expose something more akin to `ConcurrentDictionary` that …