Kevin Gosse
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 ```...
**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...
## 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. ##...
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details