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 3.3.0 to 3.5.0 #1023

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps NUnit.Analyzers from 3.3.0 to 3.5.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.5 (and 2.5)

NUnit Analyzers 3.5 (and 2.5) - October 23, 2022

This release of the NUnit Analyzers only fixes the casing in a file name in the nuget file as nuget upload validation failed.

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

Issues Resolved

Tooling, Process, and Documentation

  • #484 chore: Bump version to 3.5 (2.5)
  • #483 chore: NuGet.org validation is case sensitive

NUnit Analyzers 3.4 (and 2.4) - October 23, 2022

This release of the NUnit Analyzers improves on false positives in the existing analyzers for:

  • NUnit2021 - "Incompatible types for EqualTo constraint"
  • NUnit2046 - "Use CollectionConstraint for better assertion messages in case of failure"

The release also improves on NUnit3002 - "Field/Property is initialized in SetUp or OneTimeSetUp method" to also consider initialization in overridden SetUp methods, and adds support for classic StringAssert constraints in NUnit2007 - "The actual value should not be a constant" - analyzer and code fix.

In addition, the release also contains some bug fixes to existing analyzers. Moreover, several dependencies have been bumped in this release and the build process has been improved.

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

Issues Resolved

Features and Enhancements

  • #465 False positive for NUnit2021 with Throws/EqualTo contraint
  • #459 False positives for NUnit2046 on non-array-like types
  • #453 Support classic StringAssert in ConstActualValueUsage analyzer and code fix
  • #448 Analyzer doesn't detect non-nullable field set in overridden SetUp method

Bugs

  • #440 Analyzer conversion for class with Count property can be incorrect
  • #436 Using Has.Count in Assert.Multiple re-raises nullable reference warning
  • #420 NUnit2045 raises IndexOutOfRangeException on CodeAnalysis

Tooling, Process, and Documentation

  • #479 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 in /src
  • #470 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1 in /src
  • #467 Build Issues
  • #463 chore(deps): Bump Nullable from 1.3.0 to 1.3.1 in /src

... (truncated)

Commits
  • cb372af Merge pull request #485 from nunit/release3.5
  • 2c7c22c chore: Update release notes
  • ea69200 Merge pull request #484 from nunit/chore/bump-version
  • 4da72d5 chore: Bump version to 3.5 (2.5
  • 13695ea Merge pull request #483 from nunit/chore/correct-casing-readme
  • 7f0f6aa chore: NuGet.org validation is case sensitive
  • 479272e Merge pull request #482 from nunit/release3.4
  • d9ca8f8 chore: Update release notes
  • 27c5e05 Merge pull request #479 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 61e3d88 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 in /src
  • 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 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 3.3.0 to 3.5.0.
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
- [Commits](nunit/nunit.analyzers@3.3.0...3.5.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 Oct 24, 2022
@OsirisTerje OsirisTerje merged commit da0a5c3 into master Oct 25, 2022
@OsirisTerje OsirisTerje deleted the dependabot/nuget/NUnit.Analyzers-3.5.0 branch October 25, 2022 09:19
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.

None yet

1 participant