Skip to content

Conversation

@stesee
Copy link
Collaborator

@stesee stesee commented Sep 26, 2025

No description provided.

dependabot bot and others added 12 commits August 12, 2025 00:39
---
updated-dependencies:
- dependency-name: NUnit.Analyzers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ctions/checkout-5

Bump actions/checkout from 4 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ctions/stale-10

Bump actions/stale from 9 to 10
…ctions/setup-dotnet-5

Bump actions/setup-dotnet from 4 to 5
…CompareTestNunit/NUnit.Analyzers-4.10.0

Bump NUnit.Analyzers from 4.9.2 to 4.10.0
Update project dependencies and add NuGet update scripts for improved package management
Copilot AI review requested due to automatic review settings September 26, 2025 14:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates package dependencies across the project, including NuGet packages, GitHub Actions, and development tooling. The title mentions "Bump Skiasharp" but the actual changes focus on updating NUnit testing packages, analysis tools, and GitHub Actions versions.

  • Updates multiple NuGet packages to newer versions (NUnit, SonarAnalyzer, Microsoft.NET.Test.Sdk, etc.)
  • Adds PowerShell script and VS Code task for Windows-based NuGet package updating
  • Updates GitHub Actions to newer major versions and removes pull request triggers

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
ImageSharpCompareTestNunit/ImageSharpCompareTestNunit.csproj Updates NUnit testing packages and analysis tools to newer versions
ImageSharpCompare/ImageSharpCompare.csproj Updates SonarAnalyzer.CSharp to newer version
.vscode/updateNuget.ps1 Adds PowerShell script for automated NuGet package updates on Windows
.vscode/tasks.json Adds VS Code task to run the PowerShell NuGet update script
.vscode/extensions.json Adds task explorer extension recommendation
.github/workflows/stale.yml Updates stale action from v9 to v10
.github/workflows/dotnet.yml Updates checkout and setup-dotnet actions to v5, removes pull_request trigger

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

on:
push:
pull_request:

Copy link

Copilot AI Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the pull_request trigger means the CI pipeline will no longer run on pull requests, which reduces code quality assurance. Consider keeping this trigger to maintain automated testing on PRs.

Suggested change
pull_request:

Copilot uses AI. Check for mistakes.
@stesee stesee merged commit d011948 into release Sep 26, 2025
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants