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.5.0 to 3.6.0 #1060

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2023

Bumps NUnit.Analyzers from 3.5.0 to 3.6.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.6 (and 2.6) - February 21, 2023

This release of the NUnit Analyzers improves on the analysis of nullable reference types - in particular in case of null coalescing operator and tuple deconstruction assignments.

The release also adds two new diagnostics for the TestCaseSource attribute. The diagnostics examines the test data returned from the TestCaseSource:

  • NUnit1029 - The number of parameters provided by the TestCaseSource does not match the number of parameters in the Test method
  • NUnit1030 - The type of parameter provided by the TestCaseSource does not match the type of the parameter in the Test method

In addition, the release also contains some bug fixes to existing analyzers, and we have added a GitHub Actions workflow and status badge.

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

The majority of the code contributions were provided by @​manfred-brands.

Issues Resolved

Features and Enhancements

  • #503 DiagnosticsSuppressor doesn't suppress null coalescing operator
  • #499 DiagnosticSuppressor doesn't detect tuple deconstruction assignments
  • #442 Analyzer for TestCaseSource does not check Test method parameters

Bugs

  • #509 Giving TestCaseAttribute an explicit decimal for a parameter that is a decimal gives a Nunit 1001 error
  • #496 NUnit2045 code-fix does not correctly lift asynchronous assertions into Assert.Multiple
  • #475 Code Fix for NUnit2010 on Ref Structs Creates CS1503

Tooling, Process, and Documentation

  • #519 chore: Update year to 2023
  • #518 fix: Correct MSDN link on new pages
  • #516 Replace link to ruleset docs
  • #507 chore: Add Github Action build status badge
  • #500 Fix path to global.json
  • #497 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.1
  • #489 Add note about works with unity3d
  • #487 chore(deps): Bump NUnit3TestAdapter from 4.2.1 to 4.3.0
  • #486 chore: Bump version to 3.6 (2.6)
  • #476 [add] GitHub Actions workflow for running test
Commits
  • ec7c360 Merge pull request #520 from nunit/release3.6
  • 5fe25a1 chore: Update release notes
  • 2d1a21e Merge pull request #519 from nunit/chore/update-copyright-year
  • dd38f52 chore: Update year to 2023
  • f69eb57 Merge pull request #518 from nunit/fix/correct-new-pages
  • 88945ef fix: Correct MSDN link on new pages
  • ca23e38 Merge pull request #516 from nunit/update-ruleset-link
  • 91fedd1 Merge pull request #502 from manfred-brands/issue442_TestCaseSourceParameterC...
  • e83747c Replace link to ruleset docs
  • e117ffd Merge pull request #511 from manfred-brands/issue509_TestCaseTypeMismatch
  • 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 22, 2023
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.5.0 to 3.6.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.5.0...3.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 force-pushed the dependabot/nuget/NUnit.Analyzers-3.6.0 branch from a605546 to 6c9792c Compare February 25, 2023 15:23
@OsirisTerje OsirisTerje merged commit 8acdecf into master Feb 25, 2023
@OsirisTerje OsirisTerje deleted the dependabot/nuget/NUnit.Analyzers-3.6.0 branch February 25, 2023 16:32
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