Skip to content

Update dependencies and modernize MediatR registration#1052

Merged
StuartFerguson merged 2 commits intomasterfrom
task/#1047_update_shared_nugets
Mar 9, 2026
Merged

Update dependencies and modernize MediatR registration#1052
StuartFerguson merged 2 commits intomasterfrom
task/#1047_update_shared_nugets

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

  • Upgrade MediatR, NLog.Web.AspNetCore, NUnit, and internal/shared packages to latest versions across all projects.
  • Refactor MediatorRegistry to use AddMediatR with assembly scanning instead of explicit handler registration.
  • Replace separate request/response logging middleware with unified AddRequestResponseLogging in Startup.
  • No business logic changes; improvements are infrastructure and dependency related.
    closes Update Shared Nugets #1047

- Upgrade MediatR, NLog.Web.AspNetCore, NUnit, and internal/shared packages to latest versions across all projects.
- Refactor MediatorRegistry to use AddMediatR with assembly scanning instead of explicit handler registration.
- Replace separate request/response logging middleware with unified AddRequestResponseLogging in Startup.
- No business logic changes; improvements are infrastructure and dependency related.
@StuartFerguson StuartFerguson merged commit 76f6481 into master Mar 9, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Shared Nugets

1 participant