-
Notifications
You must be signed in to change notification settings - Fork 15
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
Removed all Newtonsoft references #13
base: main
Are you sure you want to change the base?
Conversation
bb2db92
to
bdc1e93
Compare
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. |
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; |
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.
Refactor to remove JObject.Parse and use alternate method.
No description provided.