DarranRowe
DarranRowe
Do you see the same issue if you just use Window in your Xaml file? https://github.com/microsoft/microsoft-ui-xaml/assets/52577874/80d34335-0d4b-4e63-8fc7-134c5f01711e Following your instructions as closely as I could, I didn't see anything like you...
One thing that I did notice is that if the extended window type is defined in the executable, the generated code has it specifying WindowEX in the list of implemented...
Before I comment, I want to point out that I agree with this report. This has been one of my biggest annoyances for a long time. The process of providing...
The two primary locations for this documentation are the [Application](https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-application) manifest reference for the Appx manifest, and the MSIX documentation, specifically, [Understanding how packaged desktop apps run on Windows](https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes). In...
This actually looks like it is somehow sharing `$(GeneratedFilesDir)` directory. If you set Visual Studio to diagnostic logging, can you find where this build variable is being set? As far...
That is interesting. The other option is that the Xaml compiler is picking up the .winmd files from the output directory. This would also explain why only one of the...
@eduardobragaxz From what I gather, they are converging behaviour on functionality exposed through both. This should essentially mean that Window.ExtendsContentIntoTitleBar will do the same thing as AppWindowTitleBar.ExtendsContentIntoTitleBar and Window.Title will...
Well, there are two things to note about this. First, it is the component itself that determines if it supports a URI scheme. I would also imagine, in this case,...
> Now I feel relieved to use it in production code, because that wouldn't happen... or would it? I would be very surprised if support for unpackaged applications is dropped....
I know these three questions are obvious, however, I have found no reference to this in the report. 1. Did you verify that no extra package dependencies were added to...