CONFIG: Update NuGet dependencies and ADotNet 5.1.0 regen - #215
Merged
Conversation
…iguration, Json, Binder, EnvironmentVariables, DependencyInjection, Hosting - coupled family)
…d moderate transitive vulnerability)
…nded MINOR/MEDIUM/MAJOR label prefixes; SetAuthorAsPrAssignee try/catch hardening)
There was a problem hiding this comment.
Pull request overview
Updates MeshClient’s NuGet dependencies to newer stable versions and completes the ADotNet 5.1.0 rollout, alongside a regenerated PR linter workflow to support expanded title-prefix labeling and more resilient PR author assignment.
Changes:
- Bumped Microsoft.Extensions.* packages from 10.0.9 to 10.0.10 across relevant projects.
- Updated test/dependency packages (Microsoft.NET.Test.Sdk 18.8.1, WireMock.Net 2.13.0) and ADotNet to 5.1.0.
- Regenerated
.github/workflows/prLinter.ymlto expand accepted PR title prefixes and harden assignee-setting via try/catch.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| NEL.MESH/NEL.MESH.csproj | Bumps Microsoft.Extensions.DependencyInjection/Hosting to 10.0.10. |
| NEL.MESH.UI/NEL.MESH.UI.csproj | Bumps Microsoft.Extensions.Configuration family to 10.0.10. |
| NEL.MESH.Tests.Unit/NEL.MESH.Tests.Unit.csproj | Updates Microsoft.Extensions.* and Microsoft.NET.Test.Sdk versions. |
| NEL.MESH.Tests.Integration/NEL.MESH.Tests.Integration.csproj | Updates Microsoft.Extensions.* and Microsoft.NET.Test.Sdk versions. |
| NEL.MESH.Tests.Integration.Witness/NEL.MESH.Tests.Integration.Witness.csproj | Updates Microsoft.Extensions.* and Microsoft.NET.Test.Sdk versions. |
| NEL.MESH.Tests.Acceptance/NEL.MESH.Tests.Acceptance.csproj | Updates Microsoft.Extensions.*, Microsoft.NET.Test.Sdk, and WireMock.Net versions. |
| NEL.MESH.Infrastructure/NEL.MESH.Infrastructure.csproj | Bumps ADotNet dependency from 5.0.0 to 5.1.0. |
| .github/workflows/prLinter.yml | Expands allowed PR title prefixes and wraps assignee assignment in try/catch. |
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.
Summary
NuGet currency pass for MeshClient - brings every unpinned package to latest stable and completes the ADotNet 5.1.0 rollout (bump + workflow regen). Supersedes dependabot #212/#213/#214 (they auto-close on merge).
closes AB#29755
Dependency updates (CONFIG, one per commit)
Workflow regeneration (CODE RUB)
Validation (local)
Note for reviewer
Christo's older PRs #152/#154 (May 2025, conflicting) touch some of the same csproj files - left untouched here; worth deciding their fate when he is back.