Skip to content
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

Bump NUnit.Analyzers from 4.5.0 to 4.6.0 in /UnitTests #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps NUnit.Analyzers from 4.5.0 to 4.6.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 4.6 - January 9, 2025

This release contains two improvements: Allowing NUnit1001 to understand DateOnly and TimeOnly parameters in TestCaseUsage and making NUnit2045 support Assert.EnterMultipleScope (introduced in NUnit version 4.2).

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #820 NUnit1001 compains about DateOnly parameters
  • #769 Recognized the new Assert.EnterMultipleScope() concept.

Tooling, Process, and Documentation

  • #829 chore: Bump year to 2025 in copyrights
  • #823 chore: Bump cake.tool to version 4
  • #822 chore: Bump NUnit to 4.3.2
  • #818 chore: Replace "buildstats.info" with "img.shields.io"
  • #815 chore: bump version
Changelog

Sourced from NUnit.Analyzers's changelog.

# NUnit Analyzers 4.6 - January 9, 2025

This release contains two improvements: Allowing NUnit1001 to understand DateOnly and TimeOnly parameters in TestCaseUsage and making NUnit2045 support Assert.EnterMultipleScope (introduced in NUnit version 4.2).

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #820 NUnit1001 compains about DateOnly parameters
  • #769 Recognized the new Assert.EnterMultipleScope() concept.

Tooling, Process, and Documentation

  • #829 chore: Bump year to 2025 in copyrights
  • #823 chore: Bump cake.tool to version 4
  • #822 chore: Bump NUnit to 4.3.2
  • #818 chore: Replace "buildstats.info" with "img.shields.io"
  • #815 chore: bump version

NUnit Analyzers 4.5 - December 22, 2024

The release primarily fixes a problem with the NUnit Analyzers when used with NUnit 4.3.1 - see #811 for more information. In additional, we have also added some smaller improvements and bug fixes.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #811 NUnit2021 ignores cast operation since NUnit 4.3.1
  • #801 Allow NUnit2005 to recognize Is.Empty

Bugs

  • #794 AD0001: Occasional InvalidOperationException error in analyzer in IDE

Tooling, Process, and Documentation

  • #808 chore: Correct typo
  • #806 Add information about dotnet_diagnostic.NUnit1032.additional_dispose_methods to the docs
  • #795 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
  • #793 chore: bump version

... (truncated)

Commits
  • b16cc92 Merge pull request #830 from nunit/release4.6
  • 22f88e8 chore: Add late arriving PR
  • 4272593 Merge pull request #829 from nunit/chore/update-year
  • 2b2b0f5 chore: Update release notes
  • 113a122 chore: Bump year to 2025
  • 4f69653 Fix DateOnly / TimeOnly parameters is TestCaseUsage (#821)
  • 18f6a70 Merge pull request #816 from nunit/Issue769_EnterMultipleScope
  • cf7eacb Add CodeFix to add using (Assert.EnterMultipleScope())
  • 804395a Detect using (Assert.EnterMultipleScope()) as an Assert.Multiple context.
  • 568d5ea Merge pull request #823 from nunit/chore/bump-cake-tool
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
- [Commits](nunit/nunit.analyzers@4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants