Skip to content

Update dependencies and refactor serialization logic#1756

Merged
StuartFerguson merged 6 commits intomasterfrom
task/#1755_update_shared_nugets
May 6, 2026
Merged

Update dependencies and refactor serialization logic#1756
StuartFerguson merged 6 commits intomasterfrom
task/#1755_update_shared_nugets

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Updated NuGet package references across all projects to 2026.5.4 versions for Shared, ClientProxyBase, and related libraries. Replaced custom JSON serialization logic with StringSerialiser in IdGenerationService and DomainEventController. Regenerated integration test files with incremented table variable names; test logic remains unchanged. No changes to test scenarios or business logic.

closes #1755

Updated NuGet package references across all projects to 2026.5.4 versions for Shared, ClientProxyBase, and related libraries. Replaced custom JSON serialization logic with StringSerialiser in IdGenerationService and DomainEventController. Regenerated integration test files with incremented table variable names; test logic remains unchanged. No changes to test scenarios or business logic.
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 4, 2026

Up to standards ✅

🟢 Issues 3 minor

Results:
3 new issues

Category Results
CodeStyle 3 minor

View in Codacy

🟢 Metrics -6 complexity · 0 duplication

Metric Results
Complexity -6
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Upgraded SecurityService.Client, MessagingService.Client, and related helpers to latest versions. Replaced usages of UserDetails with UserResponse and updated TokenResponse handling. Refactored serialization to use Shared.Serialisation.StringSerialiser and SystemTextJsonSerializer, removing Newtonsoft.Json in most places. Updated tests, integration helpers, and client code to support new serialization approach. Modernized codebase to align with latest contract and API changes. Minor code style and project file improvements included.
@StuartFerguson StuartFerguson merged commit e288659 into master May 6, 2026
7 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.

[Codacy/CodeStyle] Remove this commented out code.

1 participant