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

`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 ...