-
Notifications
You must be signed in to change notification settings - Fork 499
Update dependencies and csharpier #947
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
Conversation
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
Updates various project dependencies to newer versions and updates the CSharpier code formatter tool.
- Upgrades test-related packages (AwesomeAssertions, xunit.runner.visualstudio) and compression library (ZstdSharp.Port)
- Adds Microsoft.NETFramework.ReferenceAssemblies package for improved build reliability
- Updates CSharpier formatter tool and removes empty property groups from project file
Reviewed Changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/SharpCompress.Test/packages.lock.json | Updates package versions and adds reference assemblies for test project |
| src/SharpCompress/packages.lock.json | Updates dependency versions across multiple target frameworks and adds reference assemblies |
| src/SharpCompress/SharpCompress.csproj | Removes empty PropertyGroup elements for cleaner project structure |
| build/packages.lock.json | Adds Microsoft.NETFramework.ReferenceAssemblies to build configuration |
| Directory.Packages.props | Updates central package version management with new package versions |
| .config/dotnet-tools.json | Updates CSharpier formatter tool to newer version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 7 out of 10 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Minor updates for deps and styling