You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like your lib but I am not very enthusiastic about Newtonsoft.JSON dependency because I don't need it and I don't want to add extra 500k to my app. Any chance to make it optional?
The text was updated successfully, but these errors were encountered:
Hi, we can understand the reluctance to have an unneeded Newtonsoft.Json dependency. We hesitated to package it like this, but in the end it was just the simplest way for us to package the needed features.
Unfortunately, we currently cannot devote any time to update SimpleStorage. However, it should be fairly easy to fork SimpleStorage and remove the Newtonsoft.Json dependency. For this, just remove the class JsonPersistingList, and remove the dependency from SimpleStorage.nuspec.
Alternatively, as long as you do not use JsonPersistingList, you could change the linking behaviour of the app to "Link All". The Newtonsoft.Json dll should then be stripped out of the app bundle. However, this could very well introduce problems with other libs or your own dlls.
I really like your lib but I am not very enthusiastic about Newtonsoft.JSON dependency because I don't need it and I don't want to add extra 500k to my app. Any chance to make it optional?
The text was updated successfully, but these errors were encountered: