Skip to content

Bump the nuget group with 4 updates#966

Merged
N0D4N merged 2 commits intorelease/v2from
dependabot/nuget/nuget-b1bba3c8d0
Dec 30, 2025
Merged

Bump the nuget group with 4 updates#966
N0D4N merged 2 commits intorelease/v2from
dependabot/nuget/nuget-b1bba3c8d0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updated AsyncFixer from 1.6.0 to 2.1.0.

Release notes

Sourced from AsyncFixer's releases.

2.1.0

  • AsyncFixer01: Add support for analyzing and fixing async local functions.
  • AsyncFixer01: Detect unnecessary async in methods with terminal awaits in all if-else branches.
  • AsyncFixer04: Detect fire-and-forget async calls in using var declarations (C# 8.0+) and warn when a task is returned from a using scope without being awaited. The disposable resource will be disposed before the returned task completes. (#​13)
  • AsyncFixer04: Fix false positive when task is assigned to a variable and awaited later within the same using block (e.g., await Task.WhenAny(task, ...)).
  • AsyncFixer06: Fix false positive for Assert.ThrowsAsync and similar assertion methods where discarding the Task<T> result is intentional.
  • AsyncFixer03: Add test coverage for event handlers using Action<T> delegates. (#​16)
  • Improve diagnostic messages and README for better AI assistant compatibility.
  • AsyncFixer06: New analyzer to detect implicit Task<T> to Task conversion in non-async lambdas. Unlike async lambdas which produce compiler error CS8031, non-async lambdas silently discard the result. (#​26)
  • AsyncFixer01: Fix false positive with await foreach statements. (#​41)
  • AsyncFixer01: Fix false positives for ValueTask<T> return types.
  • AsyncFixer02: Fix false positive with nameof(Task.Result). (#​30)
  • AsyncFixer02: Fix false positive after Task.WhenAll - accessing .Result on awaited WhenAll tasks is safe.
  • AsyncFixer02: Fix false positives in synchronous local functions and lambdas inside async methods.
  • AsyncFixer03: Fix false positive with generic EventArgs types. (#​39)
  • AsyncFixer05: Fix false positive with TaskTupleAwaiter and similar custom awaiters. (#​31)
  • AsyncFixer05: Detect nested Task in return statements. (#​27)
  • Code Fix: Correct nested invocation handling in Fix All operations. (#​37)
  • Code Fix: Add parentheses when async conversion is followed by member access. (#​38)
  • Upgrade Microsoft.CodeAnalysis to v4.8.0.

Nuget package

https://www.nuget.org/packages/AsyncFixer/2.1.0

Visual Studio 2022-2026 Extension

Updated with v2.1.0: https://marketplace.visualstudio.com/items?itemName=SemihOkur.AsyncFixer2022

Commits viewable in compare view.

Updated Meziantou.Analyzer from 2.0.264 to 2.0.266.

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.266

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.266

Full Changelog: meziantou/Meziantou.Analyzer@2.0.265...2.0.266

2.0.265

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.265

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.264...2.0.265

Commits viewable in compare view.

Updated TUnit from 1.6.28 to 1.7.7.

Release notes

Sourced from TUnit's releases.

1.7.7

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.5...v1.7.7

1.7.5

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.7.0...v1.7.5

1.7.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.28...v1.7.0

Commits viewable in compare view.

Updated Verify from 31.9.2 to 31.9.3.

Release notes

Sourced from Verify's releases.

No release notes found for this version range.

Commits viewable in compare view.

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps AsyncFixer from 1.6.0 to 2.1.0
Bumps Meziantou.Analyzer from 2.0.264 to 2.0.266
Bumps TUnit from 1.6.28 to 1.7.7
Bumps Verify from 31.9.2 to 31.9.3

---
updated-dependencies:
- dependency-name: AsyncFixer
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Meziantou.Analyzer
  dependency-version: 2.0.266
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: TUnit
  dependency-version: 1.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Verify
  dependency-version: 31.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 29, 2025
@N0D4N N0D4N merged commit ce0f89c into release/v2 Dec 30, 2025
8 checks passed
@N0D4N N0D4N deleted the dependabot/nuget/nuget-b1bba3c8d0 branch December 30, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant