Skip to content

Bump the nuget group with 4 updates#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-9d8b5a61ab
Open

Bump the nuget group with 4 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-9d8b5a61ab

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Updated GitHubActionsTestLogger from 3.0.3 to 3.0.4.

Release notes

Sourced from GitHubActionsTestLogger's releases.

3.0.4

What's Changed

Enhancements

Bugs

Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0.3...3.0.4

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.CSharp.Analyzer.Testing from 1.1.3 to 1.1.4.

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Analyzer.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.NetAnalyzers from 10.0.202 to 10.0.300.

Release notes

Sourced from Microsoft.CodeAnalysis.NetAnalyzers's releases.

10.0.300

You can build .NET 10.0 from the repository by cloning the release tag v10.0.300 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.204

You can build .NET 10.0 from the repository by cloning the release tag v10.0.204 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.203

You can build .NET 10.0 from the repository by cloning the release tag v10.0.203 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated TUnit from 1.37.0 to 1.45.29.

Release notes

Sourced from TUnit's releases.

1.45.29

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.45.22...v1.45.29

1.45.22

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.45.8...v1.45.22

1.45.8

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.45.0...v1.45.8

1.45.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.44.39...v1.45.0

1.44.39

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.44.0...v1.44.39

1.44.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.43.41...v1.44.0

1.43.41

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.43.38...v1.43.41

1.43.38

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.43.37...v1.43.38

1.43.37

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.43.11...v1.43.37

1.43.11

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.43.2...v1.43.11

1.43.2

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.41.0...v1.43.2

1.41.0

TUnit Should() Assertions (beta)

This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);

For more information see the docs: https://tunit.dev/docs/assertions/should-syntax

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.40.10...v1.41.0

1.40.10

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.40.5...v1.40.10

1.40.5

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.40.0...v1.40.5

1.40.0

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.39.0...v1.40.0

1.39.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.37.36...v1.39.0

1.37.36

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.37.35...v1.37.36

1.37.35

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.37.24...v1.37.35

1.37.24

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.37.10...v1.37.24

1.37.10

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.37.0...v1.37.10

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 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 GitHubActionsTestLogger from 3.0.3 to 3.0.4
Bumps Microsoft.CodeAnalysis.CSharp.Analyzer.Testing from 1.1.3 to 1.1.4
Bumps Microsoft.CodeAnalysis.NetAnalyzers from 10.0.202 to 10.0.300
Bumps TUnit from 1.37.0 to 1.45.29

---
updated-dependencies:
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.CodeAnalysis.CSharp.Analyzer.Testing
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
  dependency-version: 10.0.300
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: TUnit
  dependency-version: 1.45.29
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 23, 2026
@github-actions
Copy link
Copy Markdown

🟢 DeRidder.Analyzers.Tests (.NETCoreApp,Version=v10.0)

✓  Passed✘  Failed↷  Skipped∑  Total⧗  Elapsed
554s

✅ DeRidder.Analyzers.Tests (.NET 10.0)

5 tests completed in 4.3s100.0% passed

Tip: You can have HTML reports uploaded automatically as artifacts. Learn more


@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 05/23/2026 - 08:07:24
Parser: Cobertura
Assemblies: 1
Classes: 1
Files: 1
Line coverage: 96.3% (53 of 55)
Covered lines: 53
Uncovered lines: 2
Coverable lines: 55
Total lines: 83
Branch coverage: 75% (15 of 20)
Covered branches: 15
Total branches: 20
Method coverage: Feature is only available for sponsors
Tag: 59_26327669106

Coverage

DeRidder.Analyzers.Xml - 96.3%
Name Line Branch
DeRidder.Analyzers.Xml 96.3% 75%
DeRidder.Analyzers.Xml.SuppressDoNotExposeGenericListsForXmlSerializer 96.3% 75%

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.

0 participants