Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies across the project to newer versions, with a focus on migrating from xUnit v2 to v3 and upgrading various Microsoft packages. The update also includes adding CompilerGenerated attributes to generated code classes and introduces a global.json file to specify the .NET SDK version.
- Migration from xUnit v2 to v3 testing framework across all test projects
- Update of Azure, Microsoft Extensions, and other NuGet packages to latest versions
- Addition of CompilerGenerated attributes to source-generated classes
Reviewed Changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/*/Cabazure.Client.Tests.csproj | Updated test dependencies from xUnit v2 to v3 and various package version bumps |
| test/*/GlobalUsings.cs | Changed AutoFixture import from Xunit2 to Xunit3 |
| test/.editorconfig | Added suppression for new xUnit v3 diagnostic rule |
| src//Cabazure.Client.csproj | Updated Azure.Core and Microsoft.Extensions packages to newer versions |
| src/Cabazure.Client/*Generator.cs | Added CompilerGenerated attribute and System.Runtime.CompilerServices using to generated code |
| test/*/verified.cs | Updated verified test files to include new CompilerGenerated attributes and usings |
| samples/*/csproj | Updated sample project dependencies to newer versions |
| global.json | Added .NET SDK version specification |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
06546a6 to
677ca47
Compare
677ca47 to
027c440
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.