Skip to content

Update NuGet dependencies to latest 2026.3.x versions#367

Merged
StuartFerguson merged 3 commits intomasterfrom
task/#366_update_shared_nugets
Mar 9, 2026
Merged

Update NuGet dependencies to latest 2026.3.x versions#367
StuartFerguson merged 3 commits intomasterfrom
task/#366_update_shared_nugets

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Upgraded all internal/shared package references from 2026.2.x to 2026.3.x across the solution. Also updated NLog.Extensions.Logging, MediatR, and NUnit to their latest patch versions. No code changes—dependency updates only.

closes #366

Upgraded all internal/shared package references from 2026.2.x to 2026.3.x across the solution. Also updated NLog.Extensions.Logging, MediatR, and NUnit to their latest patch versions. No code changes—dependency updates only.
Replaced separate AddRequestLogging and AddResponseLogging middleware calls with a single AddRequestResponseLogging call to streamline logging and improve maintainability.
Replaced manual registration of request handlers with AddMediatR
and RegisterServicesFromAssembly. This change streamlines
handler registration by automatically scanning the assembly
for all relevant handlers, reducing boilerplate and easing
future maintenance.
@StuartFerguson StuartFerguson merged commit 951ba97 into master Mar 9, 2026
9 checks passed
@github-actions github-actions Bot deleted the task/#366_update_shared_nugets branch May 9, 2026 01:51
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