Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧Change JSON parsing libraries #19

Closed
9 tasks done
CalvinWilkinson opened this issue Aug 7, 2023 · 0 comments · Fixed by #27
Closed
9 tasks done

🚧Change JSON parsing libraries #19

CalvinWilkinson opened this issue Aug 7, 2023 · 0 comments · Fixed by #27
Assignees
Labels
high-priority High Priority 🏎️performance Performance improvements preview Done while in preview tech-debt Code refactoring or cleanup / tech debt reduction

Comments

@CalvinWilkinson
Copy link
Member

CalvinWilkinson commented Aug 7, 2023

Complete The Item Below

  • I have updated the title without removing the 🚧 emoji.

Description

Change from the Newtonsoft.Json library to the JSON library built into dotnet.

This will require the removal of the Newtonsoft.Json NuGet package and refactoring all required code to properly use the dotnet version of the JSON parsing API.

Acceptance Criteria

  • Newtonsoft.Json NuGet package removed
  • All JSON specific code refactored to use built-in dotnet API

ToDo Items

  • Change type labels added to this issue. Refer to the Change Type Labels section below.
  • Priority label added to this issue. Refer to the Priority Type Labels section below.
  • Issue linked to the correct project (if applicable).
  • Issue linked to the correct milestone (if applicable).
  • Draft pull request created and linked to this issue (only required with code changes).

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct

  • I agree to follow this project's Code of Conduct.
@CalvinWilkinson CalvinWilkinson added high-priority High Priority preview Done while in preview tech-debt Code refactoring or cleanup / tech debt reduction 🏎️performance Performance improvements labels Aug 7, 2023
@CalvinWilkinson CalvinWilkinson self-assigned this Aug 7, 2023
@github-project-automation github-project-automation bot moved this to ⚪Not Set in KD-Team Aug 7, 2023
@CalvinWilkinson CalvinWilkinson moved this from ⚪Not Set to 🏗️In Development in KD-Team Aug 24, 2023
CalvinWilkinson added a commit that referenced this issue Aug 24, 2023
CalvinWilkinson added a commit that referenced this issue Aug 24, 2023
* Start work for issue #19

* deps: replace newtonsoft with built in dotnet json processing
@github-project-automation github-project-automation bot moved this from 🏗️In Development to ✅Done in KD-Team Aug 24, 2023
CalvinWilkinson added a commit that referenced this issue Aug 24, 2023
* Start work for issue #19

* deps: replace newtonsoft with built in dotnet json processing
asdf
CalvinWilkinson added a commit that referenced this issue Aug 24, 2023
* Start work for issue #19

* deps: replace newtonsoft with built in dotnet json processing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high-priority High Priority 🏎️performance Performance improvements preview Done while in preview tech-debt Code refactoring or cleanup / tech debt reduction
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant