House keeping#184
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a housekeeping PR focused on updating dependencies, modernizing code practices, and streamlining the build process. The changes include package updates, dependency migrations, and workflow improvements.
- Updated multiple NuGet packages to newer versions across test and main projects
- Migrated from SixLabors.ImageSharp to SkiaSharp for image processing
- Improved code quality with better documentation, error handling, and class design
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| OpenXmlToHtmlTests/OpenXmlToHtmlTests.csproj | Updated test SDK and analyzer packages |
| OpenXmlToHtmlTests/OpenXmlToHtmlIntegrationTests.cs | Migrated from ImageSharp to SkiaSharp for bitmap validation |
| OpenXmlToHtmlOpenApiTests/OpenXmlToHtmlOpenApiTests.csproj | Updated AngleSharp, test SDK, and test runner packages |
| OpenXmlToHtmlCli/Program.cs | Made Program class static since it only contains static methods |
| OpenXmlToHtmlCli/OpenXmlToHtmlCli.csproj | Updated SonarAnalyzer and ILLink packages |
| OpenXmlToHtml/Tooling/Linux.cs | Added XML documentation and made class static with better exception handling |
| OpenXmlToHtml/OpenXmlToHtml.csproj | Updated OpenXmlPowerTools and SonarAnalyzer packages |
| OpenXmlToHtml/ExportImageHandler.cs | Added input validation and improved null checking |
| .vscode/settings.json | Added test discovery configuration |
| .github/workflows/dotnet.yml | Replaced third-party zip action with native PowerShell command and removed Azure deployment job |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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 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.