Skip to content

Conversation

@kavink98
Copy link
Contributor

No description provided.

@kavink98 kavink98 linked an issue Nov 19, 2021 that may be closed by this pull request
@kavink98 kavink98 changed the title Fix/remove newtonsoft Removed all Newtonsoft references Nov 19, 2021
@kavink98 kavink98 force-pushed the fix/remove-newtonsoft branch from bb2db92 to bdc1e93 Compare November 22, 2021 21:15
@sgryphon
Copy link
Contributor

Looks good to me.

I did a test merge with my latest changes (all the semantic units restructure) and there was only a few trivial merge conflicts and all the tests ran fine, so all the stuff deleted doesn't look to be necessary. Nice job cleaning up.

@chrisbossard
Copy link
Collaborator

Jsonhelp.cs - need to remove Newtonsoft reference @jasonshelley to investigate

@@ -1,5 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Linq;
Copy link

@jasonshelley jasonshelley Nov 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactor to remove JObject.Parse and use alternate method.

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.

Remove old Newtonsoft references (if no longer used)

5 participants