DarranRowe
DarranRowe
Interestingly, I have it the other way around.  What's more, I don't see this in a Windows API application.   So I...
Does this only happen when WinUI 3 is active in a process, or does it happen with any desktop application using `StoreContext`? I ask this because as a Windows API,...
Do you have the same issue with this when using it in a non WinUI 3 application, such as C++, WPF or WinForms? The PrintManager runtime class is in the...
> What is the HResult of the exception? Maybe you need to ensure the API is called on the UI thread? That shouldn't be as critical for desktop applications. A...
See #5746 This looks like it is a long running issue with the single project packaging tools. When the project that has been set to unpackaged has `EnableMsixTooling` in the...
The problem with MrmGetFilePathFromName should be unrelated, since this is part of MRT Core. `Windows.ApplicationModel.Resources.ResourceLoader`, AKA MRT, is a completely separate component not tied to the Windows App SDK and...
Dupe of #5814 ?
Just to be sure, are you using [PrintManager](https://learn.microsoft.com/en-us/uwp/api/windows.graphics.printing.printmanager?view=winrt-22621)? If so, I wonder if this is a variation of the pickers problem. There is a long running problem where certain UI...
@deepika134 This would be better reported in the Feedback Hub. There are two reasons for this. 1) Everything relevant here is a Windows component. Anything under the Windows root namespace...
The annoying thing about docs updates is that it is often faster to do it yourself. The fastest and most definitive course of action would be to mirror the [MicrosoftDocs/winrt-related](https://github.com/MicrosoftDocs/winrt-related)...