InfluxCommunity / influxdb3-csharp

The C# .NET Client that provides a simple and convenient way to interact with InfluxDB 3.
https://InfluxCommunity.github.io/influxdb3-csharp/
MIT License
24 stars 6 forks source link

chore(deps): bump NUnit.Analyzers from 3.8.0 to 3.9.0 #57

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps NUnit.Analyzers from 3.8.0 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.
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)
codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c93c615) 98.90% compared to head (2297335) 95.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== - Coverage 98.90% 95.33% -3.58% ========================================== Files 12 12 Lines 1007 1007 Branches 0 122 +122 ========================================== - Hits 996 960 -36 Misses 11 11 - Partials 0 36 +36 ``` [see 6 files with indirect coverage changes](https://app.codecov.io/gh/InfluxCommunity/influxdb3-csharp/pull/57/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.