c# - json.net error (windows 10) -


i have app in windows 8.1 universal app working fine.
in upgrade windows 10, have error:

assenbly 'newtonsoft.json' invokes 'attribute.getcustomatributtes(assembly)' not in windows store profile.

and

assenbly 'newtonsoft.json' invokes 'attribute.getcustomatributtes(memberinfo, bool)' not in windows store profile.

and

assenbly 'newtonsoft.json' invokes 'attribute.getcustomatributtes(parameterinfo, bool)' not in windows store profile.

json.net not compatible windows 10?

yes json.net works windows 10, had use source code github , add code windows 10 class library few warnings compiles fine, , warnings regards method decorators, nuget package did produce errors similar got work fine.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -