MartyIX
MartyIX
Developing .NET MAUI app with .NET 7.0, I can still see some warnings from `WindowsAppSDK-VersionInfo.cs` from time to time. Is it just me or can you see it too?
Not fixed for me as well.
You can try https://github.com/dotnet/maui/wiki/Nightly-Builds. I check when a nightly build was done and compare it to the moment when a PR was merged. There was some issue when not every...
Would fixing this issue help with https://github.com/xamarin/xamarin-macios/issues/13319?
@PureWeen What do you think please?
> * Clicking "Batch Generate Grid" multiple times lead to ever increasing time to finish the operation. I'm not sure why. @AdamEssenmacher Can the slowdown be caused by #21809 please?
> Blocked for now due to lack of UITest. Could you please clarify what it means? `UITest` is not ported to work with MAUI?
@kubaflo Your work seems to be, to some degree, related to #19812. Any feedback would be awesome.
One thing that seems important to mention in https://learn.microsoft.com/en-gb/dotnet/maui/user-interface/controls/graphicsview#invalidate-the-canvas is what that `Invalidate()` method actually does. Does the method just lead to calling `public void Draw(ICanvas canvas, RectF dirtyRect)` or...
I tested with .NET MAUI application on Mac Catalyst (arm64) and it seems to work. I tested that with the previous version, I can observe a crash. So I believe...