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.2.0 to 3.3.0 #942

Merged
merged 1 commit into from
Jan 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps NUnit.Analyzers from 3.2.0 to 3.3.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.3 (and 2.3) - January 8, 2022

This release of the NUnit Analyzers adds a DiagnosticSuppressor for Nullable<T>, an analyzer and a code fix for rewriting independent asserts into Assert.Multiple, and an analyzer and a code fix for replacing calls to .Length or .Count() in the actual expression with inbuilt assertion functionality. The release also contains some bug fixes to existing analyzers.

Moreover, several dependencies have been bumped in this release.

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

Issues Resolved

Features and Enhancements

  • #414 Add DiagnosticSuppressor for Nullable<T>
  • #389 Idea: Suggest Assert.Multiple in tests where Assert statements are called back to back
  • #330 Analyzer to warn against calling .Length or .Count() in the actual expression

Bugs

  • #410 NUnit2044 false-positive on explicit delegate type
  • #407 NUnit2022 false-positive on generic Dictionary type bug

Tooling, Process, and Documentation

  • #401 chore(deps): Bump NUnit3TestAdapter from 4.0.0 to 4.1.0 in /src
  • #398 Ensure all NunitFrameworkConstants are tested
  • #397 Allow using C# 9
  • #396 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 in /src
  • #394 chore(deps): Bump Microsoft.CodeAnalysis.Analyzers from 3.3.2 to 3.3.3 in /src
  • #392 Replace netcoreapp2.1 for test with netcoreapp3.1
  • #388 chore: Bump version to 3.3 (2.3)
  • #381 Update Code of Conduct
Commits
  • e4d662c Merge pull request #417 from nunit/release3.3
  • 769ffe5 Update CHANGES.txt
  • 5be1c47 Merge pull request #415 from manfred-brands/issues/414_NullableHasValueSuppre...
  • ccbba31 DiagnosticSuppressor: Add support for Nullable.Hasvalue checks
  • aae3936 Add global.json to ensure we build with .NET5 SDK
  • d66018f Merge pull request #411 from manfred-brands/issues/410_nunit2044_false_positive
  • 1c07355 Merge pull request #408 from manfred-brands/issues/407_nunit2022_false_positive
  • e9b5bde NUnit2044: Check type of operation instead.
  • 09913b0 Add checking of type parameter constraints
  • 1dafc38 Merge pull request #401 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.1.0
  • 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.2.0 to 3.3.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.2.0...3.3.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, 2022
@dnfadmin
Copy link

dnfadmin commented Jan 10, 2022

CLA assistant check
All CLA requirements met.

@OsirisTerje OsirisTerje merged commit e5d06e5 into master Jan 16, 2022
@OsirisTerje OsirisTerje deleted the dependabot/nuget/NUnit.Analyzers-3.3.0 branch January 16, 2022 22:09
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

2 participants