chore: update dependency nunit to v4#655
Conversation
Summary of ChangesHello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the NUnit testing framework to its latest major version, NUnit 4.4.0. This ensures that the test projects leverage the most recent features, improvements, and bug fixes provided by the framework, while also addressing potential compatibility issues that might arise from using an older version. Reviewers should verify that existing tests continue to pass and adapt to any breaking changes introduced in NUnit 4. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the NUnit testing framework from version 3 to 4. This is a major upgrade that includes breaking changes. My review highlights a critical issue: the current test adapter (NUnit3TestAdapter) is incompatible with NUnit 4 and needs to be replaced with NUnit.TestAdapter. Additionally, NUnit.Analyzers needs to be updated for compatibility. Without these changes, the project's tests will fail to run. Please see the file-specific comments for details on the required changes.
spanner-ado-net/spanner-ado-net-samples-tests/spanner-ado-net-samples-tests.csproj
Show resolved
Hide resolved
f59ef51 to
a2e5e47
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.14.0→4.4.0Release Notes
nunit/nunit (NUnit)
v4.4.0: NUnit 4.4.0Compare Source
See release notes for details.
v4.3.2: NUnit 4.3.2Compare Source
This is a hotfix release.
See release notes for details.
v4.3.1: NUnit 4.3.1Compare Source
This is a hotfix release.
See release notes for details.
v4.3.0: NUnit 4.3.0Compare Source
See release notes
v4.2.2: NUnit 4.2.2Compare Source
Hotfix for fixing regression bug #4802
What's Changed
Full Changelog: nunit/nunit@4.2.1...4.2.2
v4.2.1: NUnit 4.2.1Compare Source
Hotfix release for Issue #4794 and #4795, affecting .Net Framework.
v4.2.0: NUnit 4.2.0Compare Source
See release notes
v4.1.0: NUnit 4.1.0See release notes
v4.0.1: NUnit 4.0.1Patch release to fix windows targets
See release notes
and
See migration guide
v4.0.0All changes, see release notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.