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.6.1 #17

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps NUnit.Analyzers from 3.3.0 to 3.6.1.

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

... (truncated)

Changelog

Sourced from NUnit.Analyzers's changelog.

NUnit Analyzers 3.6.1 (and 2.6.1) - March 10, 2023

This release of the NUnit Analyzers contain a single bug fix and some updates of dependencies. The bug fix removes a false positive from NUnit1030 - "The type of parameter provided by the TestCaseSource does not match the type of the parameter in the Test method" - when using TestCaseParameters.

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

  • ehonda
  • manfred-brands
  • mikkelbu

Issues Resolved

Bugs

  • #523 False positive for NUnit1030 with TestCaseParameters bug

Tooling, Process, and Documentation

  • #528 chore(deps): Bump NUnit3TestAdapter from 4.4.0 to 4.4.2
  • #527 chore(deps): Bump NUnit3TestAdapter from 4.3.1 to 4.4.0
  • #522 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0

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):

  • get-me-power
  • Hounsvad
  • JasonBock
  • manfred-brands
  • mikkelbu
  • nowsprinting
  • oskar
  • SeanKilleen
  • yaakov-h

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

Issues Resolved

... (truncated)

Commits
  • e3a226e Merge pull request #530 from nunit/release3.6.1
  • 48f15d2 chore: Update release notes
  • 14e59a2 Merge pull request #528 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.4.2
  • c6ae0dc chore(deps): Bump NUnit3TestAdapter from 4.4.0 to 4.4.2 in /src
  • 3406f91 Merge pull request #527 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.4.0
  • b205c5f chore(deps): Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 in /src
  • a3b4672 Merge pull request #524 from manfred-brands/issue523_TestCaseData
  • 58bfb8f TestCaseSource now ignore all classes derived from TestCaseParameters
  • da32943 Merge pull request #522 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 1c3b25d chore(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 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.6.1.
- [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.6.1)

---
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 the dependencies Pull requests that update a dependency file label Mar 13, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants