Skip to content

Switch to SystemTextJsonSerializer, update dependencies#510

Merged
StuartFerguson merged 1 commit into
masterfrom
task/#420_use_new_serialiser
May 12, 2026
Merged

Switch to SystemTextJsonSerializer, update dependencies#510
StuartFerguson merged 1 commit into
masterfrom
task/#420_use_new_serialiser

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Replaced Newtonsoft.Json with Shared.Serialisation (SystemTextJsonSerializer) across the codebase, including DTOs and config handling. Refactored IApiClient and ApiClient to use Result for improved error handling. Updated Program.cs to register and use the new serialiser. Migrated from eventstore to kurrentdb in docker-compose and updated all related connection strings. Upgraded NuGet packages for Shared, SecurityService.Client, TransactionProcessor.Client, and others. Performed minor code cleanups and removed obsolete usings.

closes #420

Replaced Newtonsoft.Json with Shared.Serialisation (SystemTextJsonSerializer) across the codebase, including DTOs and config handling. Refactored IApiClient and ApiClient to use Result<T> for improved error handling. Updated Program.cs to register and use the new serialiser. Migrated from eventstore to kurrentdb in docker-compose and updated all related connection strings. Upgraded NuGet packages for Shared, SecurityService.Client, TransactionProcessor.Client, and others. Performed minor code cleanups and removed obsolete usings.
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 7 complexity · -4 duplication

Metric Results
Complexity 7
Duplication -4

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.

@StuartFerguson StuartFerguson merged commit 77e960e into master May 12, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use new Serializer class

1 participant