Mathias Berchtold

Results 37 issues of Mathias Berchtold

Checklist for Pull Requests - [ ] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [ ] Is there a linked Issue? Manifests - [ ] Have you checked that...

I'm wondering if you are interested to add https://github.com/taocpp/json to the benchmark? Thank you.

### Bug Description: Starting with version 10.1.0-25060608 up to the latest version 13.2.3, the Windows service fails to start. The last working version was manticore-9.3.2-25050208 The Windows service has been...

bug

I'm curious why detours is compiled with optimization disabled (/Od) in the release configuration: https://github.com/microsoft/Detours/blob/9764cebcb1a75940e68fa83d6730ffaf0f669401/src/Makefile#L19

question

**Problem** The MSI installer for Windows x64 (cloudflared-windows-amd64.msi) installs the .exe into the 32-bit Program Files folder: C:\Program Files (x86)\cloudflared **Expected** The installation folder should be the 64-bit Program Files...

Type: Bug
Priority: Normal
Area: Packaging

I'm getting the following compile error with clang 20.1.8 (clang-cl): ``` error: no member named 'default_key' in 'tao::json::traits' 23 | : key( Traits< std::decay_t< U > >::template default_key< Traits >::as_string()...

Enable Control Flow Guard (CFG) for MSVC builds. Reference: https://learn.microsoft.com/en-us/cpp/build/reference/guard-enable-control-flow-guard?view=msvc-170 There is no performance impact as indirect calls are infrequent. ## Summary by CodeRabbit * **Chores** * Updated build configuration...

discussion