ssg / SimpleBase

.NET library for encoding/decoding Base16, Base32, Base58 and Base85.
Apache License 2.0
147 stars 21 forks source link

Bump NUnit.Analyzers from 3.2.0 to 3.3.0 #54

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps NUnit.Analyzers from 3.2.0 to 3.3.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.3 (and 2.3) - January 8, 2022

This release of the NUnit Analyzers adds a DiagnosticSuppressor for Nullable<T>, an analyzer and a code fix for rewriting independent asserts into Assert.Multiple, and an analyzer and a code fix for replacing calls to .Length or .Count() in the actual expression with inbuilt assertion functionality. The release also contains some bug fixes to existing analyzers.

Moreover, several dependencies have been bumped in this release.

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

Issues Resolved

Features and Enhancements

  • #414 Add DiagnosticSuppressor for Nullable<T>
  • #389 Idea: Suggest Assert.Multiple in tests where Assert statements are called back to back
  • #330 Analyzer to warn against calling .Length or .Count() in the actual expression

Bugs

  • #410 NUnit2044 false-positive on explicit delegate type
  • #407 NUnit2022 false-positive on generic Dictionary type bug

Tooling, Process, and Documentation

  • #401 chore(deps): Bump NUnit3TestAdapter from 4.0.0 to 4.1.0 in /src
  • #398 Ensure all NunitFrameworkConstants are tested
  • #397 Allow using C# 9
  • #396 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 in /src
  • #394 chore(deps): Bump Microsoft.CodeAnalysis.Analyzers from 3.3.2 to 3.3.3 in /src
  • #392 Replace netcoreapp2.1 for test with netcoreapp3.1
  • #388 chore: Bump version to 3.3 (2.3)
  • #381 Update Code of Conduct
Commits
  • e4d662c Merge pull request #417 from nunit/release3.3
  • 769ffe5 Update CHANGES.txt
  • 5be1c47 Merge pull request #415 from manfred-brands/issues/414_NullableHasValueSuppre...
  • ccbba31 DiagnosticSuppressor: Add support for Nullable.Hasvalue checks
  • aae3936 Add global.json to ensure we build with .NET5 SDK
  • d66018f Merge pull request #411 from manfred-brands/issues/410_nunit2044_false_positive
  • 1c07355 Merge pull request #408 from manfred-brands/issues/407_nunit2022_false_positive
  • e9b5bde NUnit2044: Check type of operation instead.
  • 09913b0 Add checking of type parameter constraints
  • 1dafc38 Merge pull request #401 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.1.0
  • 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)