Kevin Gosse

Results 27 issues of Kevin Gosse

I tried the `gctonative` command in dotnet-dump (which was introduced recently I believe?) and it fails with this message: ``` The IMemoryRegionService service is required by the MemoryRegionService property ```...

enhancement
sos

**Description:** Add an optional `architecture` parameter to set the target architecture (x86, x64, arm64, ...). **Related issue:** https://github.com/actions/setup-dotnet/issues/72 **Check list:** - [x] Mark if documentation changes are required. - [x]...

The code to retrieve the references from the GCDesc has been rewritten in C# in ClrMD. It's slightly easier to understand than the C++ version: https://github.com/microsoft/clrmd/blob/master/src/Microsoft.Diagnostics.Runtime/src/Common/GCDesc.cs From what I understand,...

I had an interesting case where ICSharpCode.Decompiler was shown as using a significant size, but removing it ended up saving a lot more space because of all the dependent specialized...

### Description of the new feature / enhancement When trying to use the PowerToys Run Service plugin to restart a service which has dependencies, it fails silently. This is made...

Idea-Enhancement
Help Wanted
Product-PowerToys Run
Run-Plugin

## Summary of changes On Windows, when generating a crash report, collect the PDB info (signature, age). ## Reason for change Needed to resolve the symbols on server side. ##...

area:crashtracking

## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details

area:tests