Does anyone know someone at Microsoft? I've run into two memory management bugs in WinUI3 that prevent me from messing around with it:

https://github.com/microsoft/microsoft-ui-xaml/issues/11058

https://github.com/microsoft/microsoft-ui-xaml/issues/11060

`CCoreServices::TryLoadXamlResourceHelper` inadvertently frees the loaded XAML before returning it · Issue #11058 · microsoft/microsoft-ui-xaml

Describe the bug https://github.com/microsoft/microsoft-ui-xaml/blob/main/src/dxaml/xcp/core/dll/xcpcore.cpp#L3069-L3076 is intended to detach the ownership of the IPALMemory in order to return it ...

GitHub
@fincs I've poked someone I know there but I doubt he has the right contacts to get this anywhere