Try annotating the id fields in your C# class with [IgnoreDataMember].
Something like -
[IgnoreDataMember]
public int Id { get; set; }
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/parse-facebook-friend-list-in-josn-tp5712133p5712822.html
Sent from the Mono f
Solution found:
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TestconsoleApp
{
class Program
{
private static string testJson = @" {
""717310901"": {
""i
Hi Jon,
thanks for your quick reply.
The problem is that TFS interprets outputs to stderr in the MSBuild task as
unexpected errors and cancels the whole build process at that point. So we
can't just ignore that error. Is there any other way to suppress it?
-Ursprüngliche Nachricht-
Von