-
-
Notifications
You must be signed in to change notification settings - Fork 12
Bump Skiasharp #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Skiasharp #146
Conversation
--- 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
… package management
Update project dependencies and add NuGet update scripts for improved package management
There was a problem hiding this 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: | ||
|
|
Copilot
AI
Sep 26, 2025
There was a problem hiding this comment.
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.
| pull_request: |
No description provided.