sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
506 stars 77 forks source link

Bump NUnit.Analyzers from 3.6.1 to 3.9.0 #123

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps NUnit.Analyzers from 3.6.1 to 3.9.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.9 (and 2.9)

NUnit Analyzers 3.9 (and 2.9) - October 27, 2023

This release contains bugfixes to NUnit2045 - Use Assert.Multiple - and NUnit1032 - An IDisposable field/property should be Disposed in a TearDown method - and corrects a StackOverflowException when tests calls methods recursively.

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

Issues Resolved

Bugs

  • #614 NUnit2045 does not respect lambda captures
  • #607 NUnit1032 false positive when test class is static
  • #602 Bug: StackOverflowException when test calls recursive method in 3.7.

NUnit Analyzers 3.8 (and 2.8)

NUnit Analyzers 3.8 (and 2.8) - September 25, 2023

This release contains a fix to the WithinUsageAnalyzer and handling of false duplicates when combining NUnit1032 - An IDisposable field/property should be Disposed in a TearDown method - with LifeCycle.InstancePerTestCase.

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

Issues Resolved

Features and Enhancements

  • #595 NUnit1032 false positive in LifeCycle.InstancePerTestCase test fixture using constructor

Bugs

  • #596 WithinUsageAnalyzer threw an exception of type 'System.IndexOutOfRangeException'

Tooling, Process, and Documentation

  • #598 Update NUnit1032.md to fix typo Dipose -> Dispose.

NUnit Analyzers 3.7 (and 2.7)

NUnit Analyzers 3.7 (and 2.7) - September 16, 2023

This release contains a lot of improvements and corrections to the supression of non-nullable fields and properties

... (truncated)

Changelog

Sourced from NUnit.Analyzers's changelog.

NUnit Analyzers 3.9 (and 2.9) - October 27, 2023

This release contains bugfixes to NUnit2045 - Use Assert.Multiple - and NUnit1032 - An IDisposable field/property should be Disposed in a TearDown method - and corrects a StackOverflowException when tests calls methods recursively.

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

  • andrewimcclement
  • manfred-brands
  • mikkelbu
  • NottsColin
  • RenderMichael

Issues Resolved

Bugs

  • #614 NUnit2045 does not respect lambda captures
  • #607 NUnit1032 false positive when test class is static
  • #602 Bug: StackOverflowException when test calls recursive method in 3.7.

NUnit Analyzers 3.8 (and 2.8) - September 25, 2023

This release contains a fix to the WithinUsageAnalyzer and handling of false duplicates when combining NUnit1032 - An IDisposable field/property should be Disposed in a TearDown method - with LifeCycle.InstancePerTestCase.

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

  • andrewimcclement
  • fredjeronimo
  • HenryZhang-ZHY
  • manfred-brands
  • mikkelbu

Issues Resolved

Features and Enhancements

  • #595 NUnit1032 false positive in LifeCycle.InstancePerTestCase test fixture using constructor

Bugs

  • #596 WithinUsageAnalyzer threw an exception of type 'System.IndexOutOfRangeException'

Tooling, Process, and Documentation

  • #598 Update NUnit1032.md to fix typo Dipose -> Dispose.

NUnit Analyzers 3.7 (and 2.7) - September 16, 2023

This release contains a lot of improvements and corrections to the supression of non-nullable fields and properties that are assigned in setup methods (and not in constructors). We have also added suppression of:

... (truncated)

Commits
  • fbec809 Merge pull request #622 from nunit/release3.9
  • c50c1be chore: Correct formatting
  • eea676e chore: Update release notes
  • aa3e649 Merge pull request #616 from manfred-brands/Issue614_LambdaCapture
  • 5a4fb6f Do not consider Assert.That with TestDelegate to be a candidate for Assert.Mu...
  • 42f733f Merge pull request #613 from manfred-brands/Issue607_StaticClasses
  • 570d596 Also look at static methods for NUnit1032
  • 1d21b00 Merge pull request #604 from manfred-brands/issue602_StackOverflow
  • ab8167d Code review simplification.
  • 3fc4980 NonNullabkeFieldsSuppressor: Recognize (indirect) recursive methods.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 7 months ago

Looks like NUnit.Analyzers is up-to-date now, so this is no longer needed.