MartyIX

Results 209 comments of MartyIX

This issue should be fixed by this change: https://github.com/dotnet/maui/pull/24266/files#diff-60a1bc7c3c705e23af11c60ea9e5ccdd66a6e1821d82cbcad05d3648dacf77d5 (AFAIK). So one would have to compile https://github.com/dotnet/maui/pull/24266. That is, [upgrading to](https://github.com/dotnet/maui/pull/24266#issuecomment-2341609579) WinAppSDK 1.6 is probably not sufficient.

> > Hello! This issue is caused by the way I checked for the Window style. It should be fixed in the 1.6 WinAppSDK bump: #24266 > > I recently...

@janne-hmp > Applying the comment (i.e. just changing the Windows build number) leads to a malfunctioning app that does not start. 19041 works fine. Perhaps 22621 is not very well...

Is this issue related to #21087? If so, please upvote https://github.com/microsoft/microsoft-ui-xaml/issues/9338. I remember that once I checked source code and there is: https://github.com/dotnet/maui/blob/36994dcf18a4615c18fe3f140fb8cbc62d3d2968/src/Core/src/Platform/Windows/BorderExtensions.cs#L30 Perhaps somebody can check if it is...

@piersdeseilligny API tracking is described here: https://github.com/dotnet/maui/blob/main/docs/design/APIChangeTracking.md. If you add new APIs, then there should be new entries in `PublicAPI.Unshipped.txt` file(s), basically. CTRL+. in Visual Studio can add the missing...

> I was trying to compare 1.5.x branch with 1.6.x but looks like the source tree history got all messed up :( I reported it here https://github.com/microsoft/microsoft-ui-xaml/discussions/9911 and it appears...

This is https://github.com/dotnet/maui/wiki/Memory-Leaks good resource to read if you haven't yet. It might help you narrow down what is causing the leak. Anyway, it reminds me of https://github.com/microsoft/microsoft-ui-xaml/issues/9063. If it...

The proposal: 💯 _____ This is a sort of workaround for the missing feature. One can call `SetTheme("Light", window.Content)` to enforce theme changes for all ComboBoxes (simplification). However, it modifies...

This is a more complete code one can use: https://github.com/dotnet/maui/issues/21042#issuecomment-2325140606

@sivMSFT @gourabkmsft Do you think it's a documentation error or a product bug please?