Conversation
--- updated-dependencies: - dependency-name: SkiaSharp dependency-version: 4.148.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
--- updated-dependencies: - dependency-name: SkiaSharp.NativeAssets.Linux.NoDependencies dependency-version: 4.148.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…nto dependabot/nuget/OpenXmlPowerTools.Tests/SkiaSharp.NativeAssets.Linux.NoDependencies-4.148.0
…erTools.Tests/SkiaSharp.NativeAssets.Linux.NoDependencies-4.148.0 Bump SkiaSharp.NativeAssets.Linux.NoDependencies from 3.119.4 to 4.148.0
--- updated-dependencies: - dependency-name: Codeuctivity.SkiaSharpCompare dependency-version: 4.0.301 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…erTools.Tests/Codeuctivity.SkiaSharpCompare-4.0.301 Bump Codeuctivity.SkiaSharpCompare from 3.2.286 to 4.0.301
…oDependencies Bumps Codeuctivity.SkiaSharpCompare from 4.0.301 to 4.0.307 Bumps SkiaSharp.NativeAssets.Linux.NoDependencies from 4.148.0 to 4.150.0 --- updated-dependencies: - dependency-name: Codeuctivity.SkiaSharpCompare dependency-version: 4.0.307 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: SkiaSharp.NativeAssets.Linux.NoDependencies dependency-version: 4.150.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…nto dependabot/nuget/OpenXmlPowerTools.Tests/multi-2d0cfa6cc7
…erTools.Tests/multi-2d0cfa6cc7 Bump Codeuctivity.SkiaSharpCompare and SkiaSharp.NativeAssets.Linux.NoDependencies
…erTools/SkiaSharp-4.148.0 Bump SkiaSharp from 3.119.4 to 4.148.0
There was a problem hiding this comment.
Pull request overview
This PR updates SkiaSharp (and related image-comparison dependencies used by the test suite) in the OpenXmlPowerTools solution, aligning the library and tests with newer SkiaSharp-compatible package versions.
Changes:
- Bump SkiaSharp + Linux native assets package versions in
OpenXmlPowerTools. - Update
Codeuctivity.SkiaSharpComparein the test project and remove the test project’s explicit Linux native assets reference. - Simplify the
xunit.analyzerspackage reference in the test project.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| OpenXmlPowerTools/OpenXmlPowerTools.csproj | Updates SkiaSharp + native assets versions; modifies analyzer package version. |
| OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj | Updates SkiaSharpCompare and adjusts test/analyzer package references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <PackageReference Include="SonarAnalyzer.CSharp" Version="10.28.0.143324"> | ||
| <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="4.150.0" /> | ||
| <PackageReference Include="SkiaSharp" Version="4.150.0" /> | ||
| <PackageReference Include="SonarAnalyzer.CSharp" Version="10.25.0.139117"> |
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="xunit.analyzers" Version="1.27.0"/> |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.