Infocaster / UrlTracker

An Umbraco package that tracks 404 not found results and helps you redirect visitors to the right page
https://infocaster.net/wat-we-doen/umbraco-plugins/301-url-tracker
MIT License
17 stars 12 forks source link

Bump NUnit.Analyzers from 3.3.0 to 3.5.0 #93

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
dependabot[bot] commented 1 year ago

Superseded by #118.