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.0.0 to 3.1.0 #35

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps NUnit.Analyzers from 3.0.0 to 3.1.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.1 (and 2.1) - April 4, 2021

This release of the NUnit Analyzers primarily contains improvements to the analysis of nullable reference types to handle even more cases.

The release also contain improvements when passing a non-lambda to Throws assertions and when non-delegate actual value is used with DelayedConstraint.

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

Issues Resolved

Features and Enhancements

  • #368 Extend NonNullableFieldIsUninitialized to also work for properties
  • #363 NonNullableFieldIsUninitializedSuppressor fails when there is a constructor
  • #360 NonNullableFieldIsUnintializedSuppressor doesn't recognize ExpressionBody
  • #357 Warns about passing a non-lambda to Throws assertions
  • #353 Replace deprecated FxCopAnalyzer with NetAnalyzer
  • #345 Nullable warnings should be suppressed for Assert.Catch()
  • #342 Nullable suppression for Assert.Throws does not work in presence of a Assert.Multiple block
  • #149 Warning when non-delegate actual value is used with DelayedConstraint

Tooling, Process, and Documentation

  • #371 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 in /src
  • #370 chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.321 to 1.2.0.333 in /src
  • #365 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 in /src
  • #358 Bump Gu.Roslyn.Asserts from 3.3.1 to 3.3.2 in /src
  • #356 chore: Bump cake bootstrap to latest to make it compatible with Cake 1.0
  • #352 Bump NUnit3TestAdapter from 3.15.1 to 3.17.0 in /src
  • #351 Bump NUnit from 3.13 to 3.13.1 in /src
  • #350 Bump StyleCop.Analyzers.Unstable from 1.2.0.261 to 1.2.0.321 in /src
  • #349 Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 in /src
  • #348 Bump Nullable from 1.2.1 to 1.3.0 in /src
  • #347 Update dependabot.yml
  • #346 Create dependabot.yml
  • #341 chore: Bump version to 3.1 (2.1)
Commits
  • 3700ba0 Merge pull request #372 from mikkelbu/release3.1
  • bd00b8e chore: Update release notes
  • 090b182 Merge pull request #371 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 35f7069 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 in /src
  • a12fef4 Merge pull request #370 from nunit/dependabot/nuget/src/StyleCop.Analyzers.Un...
  • 592a928 chore(deps): Bump StyleCop.Analyzers.Unstable in /src
  • 1d9a3fe Merge pull request #369 from manfred-brands/nonnullableproperty
  • 706c8a9 Also detect NonNullableProperties being initialized in SetUp methods.
  • f4a2185 Merge pull request #365 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 32e580c chore(deps): Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 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)