-
Notifications
You must be signed in to change notification settings - Fork 3
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
QF-1000 Migrate from Newtonsoft.Json to System.Text.Json #360
base: master
Are you sure you want to change the base?
Conversation
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still seeing a few references to NewtonSoft.Json.Linq
Update: These references no longer exist as of the latest commit ~~I've removed two of those 3 references. One was not being used, and the other needed a light refactor before being removed. The last one in Application.cs will require some thought. I can guess what it's trying to do, but it's working with dynamic data and there aren't any unit tests I can rely on to guarantee that my refactors would be 1:1.~~ |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
I've renamed the Web.Tests project file and folder to Web.UnitTests, so that they're detected and ran by the pipelines. The PR might interpret this as a large number of additions and deletions |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
Please remember to check any packages used by this application to ensure they are up to date @SawNawDfE. cc/ @ecarroll95 |
Kudos, SonarCloud Quality Gate passed! |
No description provided.