Skip to content

chore: update NuGet dependencies #772

@github-actions

Description

@github-actions

Automated NuGet dependency update — all 3565 tests pass ✅

Changes

Package Old New Files
Markdig 1.1.2 1.1.3 PolyPilot, PolyPilot.Gtk, PolyPilot.Tests
Microsoft.NET.Test.Sdk 18.4.0 18.5.0 PolyPilot.Tests

Skipped / Reverted

Package Reason
GitHub.Copilot.SDK 0.3.0 Reverted — breaking API changes: McpRemoteServerConfig and McpLocalServerConfig types removed/renamed. Kept at existing versions (0.2.2 / 0.2.0).
MauiDevFlow packages Skipped — latest available is preview.4.26216.11; update policy requires preview.6+ before updating.
All other packages Already at latest stable version.

Warning

⚠️ Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • 192.0.2.1

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "192.0.2.1"

See Network Configuration for more information.

Generated by Update NuGet Dependencies · ● 1.1M ·

  • expires on Apr 27, 2026, 12:44 PM UTC

Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download patch artifact

The patch file is available in the agent artifact in the workflow run linked above.

To create a pull request with the changes:

# Download the artifact from the workflow run
gh run download 24956704062 -n agent -D /tmp/agent-24956704062

# Create a new branch
git checkout -b chore/update-nuget-deps

# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-24956704062/aw-chore-update-nuget-deps.patch

# Push the branch to origin
git push origin chore/update-nuget-deps

# Create the pull request
gh pr create --title 'chore: update NuGet dependencies' --base main --head chore/update-nuget-deps --repo PureWeen/PolyPilot
Show patch preview (67 of 67 lines)
From 319ab1a05fdbc1e56762c410a19d383eecb468c5 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sun, 26 Apr 2026 12:43:01 +0000
Subject: [PATCH] chore: update NuGet dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- Markdig 1.1.2 → 1.1.3 (PolyPilot, PolyPilot.Gtk, PolyPilot.Tests)
- Microsoft.NET.Test.Sdk 18.4.0 → 18.5.0 (PolyPilot.Tests)
- GitHub.Copilot.SDK 0.3.0 reverted (breaking API changes: McpRemoteServerConfig/McpLocalServerConfig removed)
- MauiDevFlow skipped (latest is preview.4, need preview.6+)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 PolyPilot.Gtk/PolyPilot.Gtk.csproj     | 2 +-
 PolyPilot.Tests/PolyPilot.Tests.csproj | 4 ++--
 PolyPilot/PolyPilot.csproj             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PolyPilot.Gtk/PolyPilot.Gtk.csproj b/PolyPilot.Gtk/PolyPilot.Gtk.csproj
index 08b614e..a53b4de 100644
--- a/PolyPilot.Gtk/PolyPilot.Gtk.csproj
+++ b/PolyPilot.Gtk/PolyPilot.Gtk.csproj
@@ -56,7 +56,7 @@
     <PackageReference Include="Platform.Maui.Linux.Gtk4.Essentials" Version="0.6.0" />
     <PackageReference Include="Platform.Maui.Linux.Gtk4.BlazorWebView" Version="0.6.0" />
     <PackageReference Include="GitHub.Copilot.SDK" Version="0.2.2" />
-    <PackageReference Include="Markdig" Version="1.1.2" />
+    <PackageReference Include="Markdig" Version="1.1.3" />
     <PackageReference Include="Microsoft.AspNetCore.Components.WebView" Version="10.0.5" GeneratePathProperty="true" />
     <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)" />
     <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
diff --git a/PolyPilot.Tests/PolyPilot.Tests.csproj b/PolyPilot.Tests/PolyPilot.Tests.csproj
index 4a31008..88e0e86 100644
--- a/PolyPilot.Tests/PolyPilot.Tests.csproj
+++ b/PolyPilot.Tests/PolyPilot.Tests.cspro
... (truncated)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions