Migrate Linux GTK4 packages from Maui.Gtk to dotnet/maui-labs#161
Merged
Migrate Linux GTK4 packages from Maui.Gtk to dotnet/maui-labs#161
Conversation
Switch from community packages (Platform.Maui.Linux.Gtk4 from nicoleeldridge/Maui.Gtk) to official packages (Microsoft.Maui.Platforms.Linux.Gtk4 from dotnet/maui-labs), published to the dotnet10 Azure DevOps NuGet feed. Changes: - Add dotnet10 NuGet feed to nuget.config - Update 3 package references in MauiSherpa.LinuxGtk.csproj - Update namespaces across ~34 files - Remove local ProjectReference fallback from csproj - Comment out DevFlow GTK packages (need update for new package names) - Update README acknowledgment link to dotnet/maui-labs Note: The current preview packages have a heap corruption bug triggered by BlazorWebView + ZIndex combinations. Fix submitted as dotnet/maui-labs#132 (Graphene.Point.Free() use-after-free). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ruption fix) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate Linux GTK4 support from community packages (
Platform.Maui.Linux.Gtk4from redth/Maui.Gtk) to official packages (Microsoft.Maui.Platforms.Linux.Gtk4from dotnet/maui-labs).Changes
Platform.Maui.Linux.Gtk4→Microsoft.Maui.Platforms.Linux.Gtk4)Package Mapping
Platform.Maui.Linux.Gtk4Microsoft.Maui.Platforms.Linux.Gtk4Platform.Maui.Linux.Gtk4.BlazorWebViewMicrosoft.Maui.Platforms.Linux.Gtk4.BlazorWebViewPlatform.Maui.Linux.Gtk4.EssentialsMicrosoft.Maui.Platforms.Linux.Gtk4.EssentialsKnown Issue
The current preview packages have a heap corruption bug caused by premature
Graphene.Point.Free()calls inGtkLayoutPanel.csandGtkViewHandler.cs. Fix submitted as dotnet/maui-labs#132.The app will crash at launch until that fix is included in a new package version. DevFlow GTK packages are also commented out pending an update to the new package names.
Notes
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json