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
Post a Comment