Skip to content

(PATCH): Bump the csharp-deps group with 2 updates#215

Merged
PaulTrampert merged 1 commit into
mainfrom
dependabot/nuget/PTrampert.ApiProxy.Test/csharp-deps-0d51370d45
Mar 23, 2026
Merged

(PATCH): Bump the csharp-deps group with 2 updates#215
PaulTrampert merged 1 commit into
mainfrom
dependabot/nuget/PTrampert.ApiProxy.Test/csharp-deps-0d51370d45

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updated coverlet.msbuild from 8.0.0 to 8.0.1.

Release notes

Sourced from coverlet.msbuild's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

Commits viewable in compare view.

Updated NUnit3TestAdapter from 6.1.0 to 6.2.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

6.2.0

See release notes

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 coverlet.msbuild from 8.0.0 to 8.0.1
Bumps NUnit3TestAdapter from 6.1.0 to 6.2.0

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharp-deps
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: csharp-deps
...

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 Minor A minor level change. labels Mar 23, 2026
@github-actions
Copy link
Copy Markdown

✅ PR Title Formatted Correctly

The title of this PR has been updated to match the correct format. Thank you!

@PaulTrampert PaulTrampert merged commit 0d56671 into main Mar 23, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/PTrampert.ApiProxy.Test/csharp-deps-0d51370d45 branch March 23, 2026 16:42
PaulTrampert pushed a commit to PaulTrampert/PTrampert.SpaHost that referenced this pull request May 8, 2026
Updated
[PTrampert.ApiProxy](https://github.com/PaulTrampert/PTrampert.ApiProxy)
from 2.4.4 to 2.4.5.

<details>
<summary>Release notes</summary>

_Sourced from [PTrampert.ApiProxy's
releases](https://github.com/PaulTrampert/PTrampert.ApiProxy/releases)._

## 2.4.5

## What's Changed
* (PATCH): Bump the csharp-deps group with 2 updates by
@​dependabot[bot] in
PaulTrampert/PTrampert.ApiProxy#215
* (PATCH): Bump the csharp-deps group with 2 updates by
@​dependabot[bot] in
PaulTrampert/PTrampert.ApiProxy#217
* (PATCH): Bump the csharp-deps group with 2 updates by
@​dependabot[bot] in
PaulTrampert/PTrampert.ApiProxy#219


**Full Changelog**:
PaulTrampert/PTrampert.ApiProxy@v2.4.4...v2.4.5

Commits viewable in [compare
view](PaulTrampert/PTrampert.ApiProxy@v2.4.4...v2.4.5).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PTrampert.ApiProxy&package-manager=nuget&previous-version=2.4.4&new-version=2.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 Minor A minor level change. .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant