build: Bump coverlet.collector and 12 others#49
Merged
pss1u19 merged 2 commits intoJun 18, 2026
Merged
Conversation
Bumps coverlet.collector from 6.0.1 to 6.0.4 Bumps dotnet-ef from 10.0.8 to 10.0.9 Bumps FastEndpoints from 5.34.0 to 5.35.0 Bumps FastEndpoints.Swagger from 5.34.0 to 5.35.0 Bumps Grpc.Tools from 2.80.0 to 2.81.1 Bumps Microsoft.EntityFrameworkCore from 10.0.8 to 10.0.9 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.8 to 10.0.9 Bumps Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 10.0.8 to 10.0.9 Bumps NSubstitute from 5.1.0 to 5.3.0 Bumps StackExchange.Redis from 2.8.16 to 2.13.17 Bumps System.Security.Cryptography.Xml from 10.0.8 to 10.0.9 Bumps xunit from 2.7.0 to 2.9.3 Bumps xunit.runner.visualstudio from 2.5.7 to 2.8.2 --- updated-dependencies: - dependency-name: dotnet-ef dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: FastEndpoints dependency-version: 5.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: FastEndpoints.Swagger dependency-version: 5.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: StackExchange.Redis dependency-version: 2.13.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: System.Security.Cryptography.Xml dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: Grpc.Tools dependency-version: 2.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: xunit.runner.visualstudio dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: coverlet.collector dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: xunit.runner.visualstudio dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: coverlet.collector dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: NSubstitute dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: xunit.runner.visualstudio dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jun 15, 2026
pss1u19
added a commit
that referenced
this pull request
Jun 18, 2026
…PI (#50) FastEndpoints 8.x removed the endpoint SendAsync/SendNotFoundAsync helpers in favour of the unified Send.* API, so the 5.34 → 8.1 bump broke the build: PingEndpoint SendAsync -> Send.OkAsync SentryTestEndpoint SendNotFoundAsync -> Send.NotFoundAsync Dependabot raised the major as #44/#45 but closed both in favour of the 5.35 minor in backend group #49 — without the code change — so the major never had a buildable PR. Verified with dotnet build -c Release (0 errors).
…minor-patch-b872276f57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated coverlet.collector from 6.0.1 to 6.0.4.
Release notes
Sourced from coverlet.collector's releases.
6.0.4
Fixed
Diff between 6.0.3 and 6.0.4
6.0.3
Fixed
Improvements
Diff between 6.0.2 and 6.0.3
6.0.2
Fixed
Improvements
Diff between 6.0.1 and 6.0.2
Commits viewable in compare view.
Updated dotnet-ef from 10.0.8 to 10.0.9.
Release notes
Sourced from dotnet-ef's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated FastEndpoints from 5.34.0 to 5.35.0.
Release notes
Sourced from FastEndpoints's releases.
5.35
❇️ Help Keep FastEndpoints Free & Open-Source ❇️
Due to the current unfortunate state of FOSS, please consider becoming a sponsor and help us beat the odds to keep the project alive and free for everyone.
New 🎉
Bypass endpoint caching for integration tests
You can now easily test endpoints that have caching enabled, by using a client configured to automatically bypass caching like so:
Mark properties as "bind required"
You can now make the request binder automatically add a validation failure when binding from route params, query params, and form fields by decorating the dto properties if the binding source doesn't provide a value:
Generic command support for job queues
Closed generic commands can now be registered like so:
... (truncated)
Commits viewable in compare view.
Updated FastEndpoints.Swagger from 5.34.0 to 5.35.0.
Release notes
Sourced from FastEndpoints.Swagger's releases.
5.35
❇️ Help Keep FastEndpoints Free & Open-Source ❇️
Due to the current unfortunate state of FOSS, please consider becoming a sponsor and help us beat the odds to keep the project alive and free for everyone.
New 🎉
Bypass endpoint caching for integration tests
You can now easily test endpoints that have caching enabled, by using a client configured to automatically bypass caching like so:
Mark properties as "bind required"
You can now make the request binder automatically add a validation failure when binding from route params, query params, and form fields by decorating the dto properties if the binding source doesn't provide a value:
Generic command support for job queues
Closed generic commands can now be registered like so:
... (truncated)
Commits viewable in compare view.
Updated Grpc.Tools from 2.80.0 to 2.81.1.
Release notes
Sourced from Grpc.Tools's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.EntityFrameworkCore at 10.0.9.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore at 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated NSubstitute from 5.1.0 to 5.3.0.
Release notes
Sourced from NSubstitute's releases.
5.3.0
Substitute.ForTypeForwardingToto create substitutes that forward interceptable calls to a concrete class. This provides an easy way of implementing a test spy over an existing type. Designed and implemented by @marcoregueira in Feature: Extend PartsOf to mock non-virtual methods implementing an i… nsubstitute/NSubstitute#700 from a proposal by @wsaeed. Thanks to all who contributed to discussions of this feature.Thanks to first-time contributors @mihnea-radulescu and @marcoregueira! Thanks also @304NotModified and @Romfos for their continued support and contributions to this release.
Full Changelog: nsubstitute/NSubstitute@v5.2.0...v5.3.0
5.2.0
Summary of main changes:
Many thanks to @alexandrnikitin, @Romfos, @brad, and @304NotModified for their contributions!
Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.
If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/
As always, please raise an issue on GitHub if you have any problems.
Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md
Breaking changes: None.
Project links:
Change list
New Contributors
... (truncated)
Commits viewable in compare view.
Pinned StackExchange.Redis at 2.13.17.
Release notes
Sourced from StackExchange.Redis's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Security.Cryptography.Xml from 10.0.8 to 10.0.9.
Release notes
Sourced from System.Security.Cryptography.Xml's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated xunit from 2.7.0 to 2.9.3.
Release notes
Sourced from xunit's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 2.5.7 to 2.8.2.
Release notes
Sourced from xunit.runner.visualstudio'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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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