-
Notifications
You must be signed in to change notification settings - Fork 5
V10.0.1/xunit tweaks #132
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
V10.0.1/xunit tweaks #132
Conversation
WalkthroughA straightforward maintenance update adds VS Code IDE configuration to the ignore rules and bumps five NuGet package versions to patch and minor releases, including testing extensions and SQL Client libraries. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (4)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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 performs routine package dependency updates for xunit-related testing packages and SQL client libraries, bringing them to their latest patch/minor versions. The update also improves the .gitignore by adding a general exclusion for VS Code configuration files.
- Updated three Codebelt.Extensions.Xunit packages from 11.0.0 to 11.0.1 (patch update)
- Upgraded xunit.v3 from 3.1.0 to 3.2.0, bringing it in sync with xunit.v3.runner.console
- Bumped Microsoft.Data.SqlClient from 6.1.2 to 6.1.3 for .NET 9/10 targets
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates package versions for xunit testing framework extensions, core xunit, and SQL client library |
| .gitignore | Adds root-level .vscode directory to ignore list for VS Code configuration files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



This pull request updates several package dependencies in the
Directory.Packages.propsfile to newer versions, ensuring the project uses the latest features and bug fixes.Dependency version updates:
Codebelt.Extensions.Xunit,Codebelt.Extensions.Xunit.Hosting, andCodebelt.Extensions.Xunit.Hosting.AspNetCorepackages from version 11.0.0 to 11.0.1.xunit.v3package from version 3.1.0 to 3.2.0.Microsoft.Data.SqlClientfrom version 6.1.2 to 6.1.3 for .NET 9 and 10 targets.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.