Skip to content

Remove Newtonsoft.Json, update DTOs, add new serialization#936

Merged
StuartFerguson merged 1 commit into
mainfrom
task/#834_use_new_serialiser
May 13, 2026
Merged

Remove Newtonsoft.Json, update DTOs, add new serialization#936
StuartFerguson merged 1 commit into
mainfrom
task/#834_use_new_serialiser

Conversation

@StuartFerguson

Copy link
Copy Markdown
Member

Refactor DTOs to use plain C# properties and remove all Newtonsoft.Json attributes/usages. Split out several DTOs into individual files. Refactor EstateReportingApiClient to use new generic Get/Post methods and require serialization delegates. Add and initialize IStringSerialiser via DI. Update package references to latest versions. Update Tailwind CSS scripts and clean up unused usings.

closes #834

Refactor DTOs to use plain C# properties and remove all Newtonsoft.Json attributes/usages. Split out several DTOs into individual files. Refactor EstateReportingApiClient to use new generic Get/Post methods and require serialization delegates. Add and initialize IStringSerialiser via DI. Update package references to latest versions. Update Tailwind CSS scripts and clean up unused usings.
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 2 duplication

Metric Results
Complexity 0
Duplication 2

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 7810624 into main May 13, 2026
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