Alois Kraus

Results 6 issues of Alois Kraus

Stephen Toub has mentioned in https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/comment-page-3/#native-aot that if you publish a .NET 7 application with AOT support no JIT compiler exists. Is Json.NET able to work around that like System.Text.Json...

PerfView 3.0.4 uses for x64 dumps the 32 bit HeapDump which cannot work. Seems to be a regression issue. Please fix.

When enabling profiling with WPR on my Windows Server 2022 Runner I get no CPU sampling data when running on AMD Ryzen CPUs. **To Reproduce** 1. Execute Github Action on...

bug

## Expected behavior and actual behavior. Please add the pdbs generated during the Windows build to the released packages so one can debug through it later. ## Steps to reproduce...

**Describe the bug** With .NET Core 6.0 !socket and $ipaddress function do not work. **To Reproduce** Dump a .NET 6 or higher process which has some web request hanging around...

When a WPF application tries to update the clipboard all running vtm instances listen to WM_CLIPBOARDUPDATE ``` while (!::OpenClipboard(hwnd)) // Waiting clipboard access. { if (os::error() != ERROR_ACCESS_DENIED) { auto...

bug
UX