Bump dependencies and clean up source warnings#277
Merged
erikdarlingdata merged 1 commit intodevfrom Apr 25, 2026
Merged
Conversation
Dependencies: - Avalonia 11.3.12 -> 11.3.14 (DataGrid 11.3.13) - ModelContextProtocol + .AspNetCore 0.7.0-preview.1 -> 1.2.0 (GA) - Microsoft.NET.Test.Sdk 17.8.0 -> 18.4.0 - xunit 2.5.3 -> 2.9.3, xunit.runner.visualstudio 2.5.3 -> 3.1.5, coverlet.collector 6.0.0 -> 10.0.0 - Meziantou.Framework.Win32.CredentialManager 1.7.17 -> 1.7.18 - ScottPlot 5.1.57 -> 5.1.58, SkiaSharp.NativeAssets.Linux 3.119.0 -> 3.119.2 Closes 3 transitive vulnerabilities: Tmds.DBus.Protocol (GHSA-xrw6-gwf8-vvr9), System.Net.Http (GHSA-7jgj-8wvc-jh57), System.Text.RegularExpressions (GHSA-cmhx-cq75-c4mj). Source warnings: - PlanAnalyzer.cs: null-conditional on StatementText and PhysicalOp - QueryStoreHistoryWindow.cs: pattern-match ComboBoxItem; replace obsolete DataGridRow.GetIndex with .Index - WindowsCredentialService: [SupportedOSPlatform("windows5.1.2600")] - CredentialServiceFactory: switch to OperatingSystem.IsWindows/IsMacOS; pragma at the cross-platform bridge - CredentialCommand: explicit OperatingSystem.IsWindows guard + pragma 71/71 tests passing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
ModelContextProtocolfrom 0.7-preview to 1.2.0 GA, the test SDK / xunit / coverlet line, and a handful of patch versions.Tmds.DBus.Protocol(GHSA-xrw6-gwf8-vvr9),System.Net.Http4.3.0 (GHSA-7jgj-8wvc-jh57),System.Text.RegularExpressions4.3.0 (GHSA-cmhx-cq75-c4mj).PlanAnalyzer, obsoleteDataGridRow.GetIndex(), unsafeComboBoxItemcast in the QueryStore history dialog, CA1416 platform attributes on the Windows credential service, and a couple of unusedusingdirectives flagged by LSP.Test plan
dotnet build PlanViewer.sln -c Debug --no-incremental— 0 errors, 0 source warnings (only pre-existing AVLN3001 axaml noise on dialogs)dotnet test tests/PlanViewer.Core.Tests— 71/71 passing on the new SDKdotnet list package --vulnerable --include-transitive— cleanplanview credential list(Windows path)🤖 Generated with Claude Code