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
What steps will reproduce the problem?
1. Download JSON.NET from Codeplex and instrument Newtonsoft.Json.dll
2. Run PEVerify
Can't just add the AllowPartiallyTrustedCallersAttribute to the assembly since
PortableHost requires full trust. Might be able to create two builds: one that
supports partially trusted callers and one that supports portable libraries,
since I think the two might be mutually exclusive?
Original issue reported on code.google.com by [email protected] on 12 Mar 2013 at 6:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Mar 2013 at 6:49The text was updated successfully, but these errors were encountered: