Skip to content

Instantly share code, notes, and snippets.

@schani
Created March 7, 2013 19:50
Show Gist options
  • Select an option

  • Save schani/5111183 to your computer and use it in GitHub Desktop.

Select an option

Save schani/5111183 to your computer and use it in GitHub Desktop.
λ ~/Work/mono/monodevelop/monodevelop/ (a6edf57...) make
if test -d ".git"; then \
git submodule update --init --recursive || exit 1; \
fi
Making all in external
make -C monomac/src
make[3]: `all' is up to date.
Making all in .
Updated build information
Git revision: a6edf5779c53c244725b7c3e38c5a342a0208549
Build date: 2013-03-07 19:46:16+0000
Building ./Main.sln
xbuild /verbosity:quiet /nologo /property:CodePage=65001 ./Main.sln /property:Configuration=DebugMac
/Users/schani/Work/mono/monodevelop/monodevelop/main/Main.sln: warning : Don't know how to handle GlobalSection MonoDevelopProperties.Debug, Ignoring.
editor/GtkWorkarounds.cs(225,35): warning CS0414: The private field `Stetic.Editor.Platform.keymap' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
Main.cs(51,33): warning CS0219: The variable `dec' is assigned but its value is never used
Main.cs(57,27): warning CS0219: The variable `c' is assigned but its value is never used
Main.cs(58,27): warning CS0219: The variable `b' is assigned but its value is never used
Main.cs(59,27): warning CS0219: The variable `a' is assigned but its value is never used
Main.cs(61,43): warning CS0219: The variable `withDisplayString' is assigned but its value is never used
Main.cs(62,35): warning CS0219: The variable `withProxy' is assigned but its value is never used
Main.cs(63,38): warning CS0219: The variable `withToString' is assigned but its value is never used
Main.cs(65,33): warning CS0219: The variable `numbersArrays' is assigned but its value is never used
Main.cs(66,33): warning CS0219: The variable `numbersMulti' is assigned but its value is never used
Main.cs(68,29): warning CS0219: The variable `dict' is assigned but its value is never used
Main.cs(69,29): warning CS0219: The variable `dictArray' is assigned but its value is never used
Main.cs(70,29): warning CS0219: The variable `thing' is assigned but its value is never used
Main.cs(71,29): warning CS0219: The variable `done' is assigned but its value is never used
Main.cs(78,31): warning CS0219: The variable `c' is assigned but its value is never used
Main.cs(44,31): warning CS0414: The private field `MonoDevelop.Debugger.Tests.TestApp.MainClass.staticString' is assigned but its value is never used
Main.cs(45,24): warning CS0414: The private field `MonoDevelop.Debugger.Tests.TestApp.MainClass.someString' is assigned but its value is never used
Main.cs(46,26): warning CS0414: The private field `MonoDevelop.Debugger.Tests.TestApp.MainClass.numbers' is assigned but its value is never used
Bson/BsonReader.cs(190,30): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
Bson/BsonReader.cs(190,30): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
Bson/BsonReader.cs(199,26): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
Bson/BsonReader.cs(199,26): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
Bson/BsonReader.cs(217,31): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsDateTime()' has syntactically incorrect cref attribute `Nullable{DateTime}'
Bson/BsonReader.cs(229,37): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Bson/BsonReader.cs(229,37): warning CS1584: XML comment on `Newtonsoft.Json.Bson.BsonReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Converters/KeyValuePairConverter.cs(11,16): warning CS1584: XML comment on `Newtonsoft.Json.Converters.KeyValuePairConverter' has syntactically incorrect cref attribute `KeyValuePair{TKey,TValue}'
JsonValidatingReader.cs(362,26): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonValidatingReader.cs(362,26): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonValidatingReader.cs(388,30): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonValidatingReader.cs(388,30): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonValidatingReader.cs(412,31): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime()' has syntactically incorrect cref attribute `Nullable{DateTime}'
JsonValidatingReader.cs(425,37): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
JsonValidatingReader.cs(425,37): warning CS1584: XML comment on `Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Linq/IJEnumerable.cs(19,26): warning CS1584: XML comment on `Newtonsoft.Json.Linq.IJEnumerable<T>.this[object]' has syntactically incorrect cref attribute `IJEnumerable{JToken}'
JsonTextReader.cs(403,30): warning CS1584: XML comment on `Newtonsoft.Json.JsonTextReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonTextReader.cs(403,30): warning CS1584: XML comment on `Newtonsoft.Json.JsonTextReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonTextReader.cs(412,26): warning CS1584: XML comment on `Newtonsoft.Json.JsonTextReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonTextReader.cs(412,26): warning CS1584: XML comment on `Newtonsoft.Json.JsonTextReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonTextReader.cs(430,31): warning CS1584: XML comment on `Newtonsoft.Json.JsonTextReader.ReadAsDateTime()' has syntactically incorrect cref attribute `Nullable{DateTime}'
JsonTextReader.cs(440,37): warning CS1584: XML comment on `Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
JsonReader.cs(279,26): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonReader.cs(279,26): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonReader.cs(297,30): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonReader.cs(297,30): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonReader.cs(303,31): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsDateTime()' has syntactically incorrect cref attribute `Nullable{DateTime}'
JsonReader.cs(310,37): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
JsonReader.cs(310,37): warning CS1584: XML comment on `Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Linq/Extensions.cs(49,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Ancestors<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(49,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Ancestors<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(70,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Descendants<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(70,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Descendants<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(90,43): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Properties(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JObject>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(90,43): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Properties(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JObject>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(103,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>, object)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(103,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>, object)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(113,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(113,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(125,34): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values<U>(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>, object)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(125,34): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values<U>(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>, object)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(136,34): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values<U>(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(136,34): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Values<U>(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(147,21): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Value<U>(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(159,21): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Value<T,U>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(218,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Children<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(218,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Children<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(230,34): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Children<T,U>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(230,34): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.Children<T,U>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(290,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.AsJEnumerable(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IJEnumerable{T}'
Linq/Extensions.cs(290,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.AsJEnumerable(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(290,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.AsJEnumerable(this System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>)' has syntactically incorrect cref attribute `IJEnumerable{T}'
Linq/Extensions.cs(301,35): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.AsJEnumerable<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IJEnumerable{T}'
Linq/Extensions.cs(301,35): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.AsJEnumerable<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/Extensions.cs(301,35): warning CS1584: XML comment on `Newtonsoft.Json.Linq.Extensions.AsJEnumerable<T>(this System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `IJEnumerable{T}'
Linq/JContainer.cs(225,41): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JContainer.Children()' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/JContainer.cs(237,36): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JContainer.Values<T>()' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/JContainer.cs(246,32): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JContainer.Descendants()' has syntactically incorrect cref attribute `IEnumerable{JToken}'
Linq/JEnumerable.cs(29,12): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JEnumerable<T>.JEnumerable(System.Collections.Generic.IEnumerable<T>)' has syntactically incorrect cref attribute `JEnumerable{T}'
Linq/JEnumerable.cs(62,33): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JEnumerable<T>.this[object]' has syntactically incorrect cref attribute `IJEnumerable{JToken}'
Linq/JObject.cs(186,35): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JObject.Properties()' has syntactically incorrect cref attribute `IEnumerable{JProperty}'
Linq/JObject.cs(186,35): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JObject.Properties()' has syntactically incorrect cref attribute `IEnumerable{JProperty}'
Linq/JObject.cs(210,32): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JObject.PropertyValues()' has syntactically incorrect cref attribute `JEnumerable{JToken}'
Linq/JObject.cs(210,32): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JObject.PropertyValues()' has syntactically incorrect cref attribute `JEnumerable{JToken}'
Linq/JTokenReader.cs(42,30): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
Linq/JTokenReader.cs(42,30): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsDecimal()' has syntactically incorrect cref attribute `Nullable{Decimal}'
Linq/JTokenReader.cs(51,26): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
Linq/JTokenReader.cs(51,26): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsInt32()' has syntactically incorrect cref attribute `Nullable{Int32}'
Linq/JTokenReader.cs(69,31): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTime()' has syntactically incorrect cref attribute `Nullable{DateTime}'
Linq/JTokenReader.cs(79,37): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Linq/JTokenReader.cs(79,37): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JTokenReader.ReadAsDateTimeOffset()' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Linq/JToken.cs(269,40): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.Children()' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/JToken.cs(279,27): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.Children<T>()' has syntactically incorrect cref attribute `JEnumerable{T}'
Linq/JToken.cs(289,35): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.Values<T>()' has syntactically incorrect cref attribute `IEnumerable{T}'
Linq/JToken.cs(448,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator bool?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Boolean}'
Linq/JToken.cs(479,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator DateTime?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{DateTime}'
Linq/JToken.cs(497,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator DateTimeOffset?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Linq/JToken.cs(515,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator decimal?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Decimal}'
Linq/JToken.cs(532,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator double?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Double}'
Linq/JToken.cs(592,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator int?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Int32}'
Linq/JToken.cs(609,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator short?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Int16}'
Linq/JToken.cs(627,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator ushort?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{UInt16}'
Linq/JToken.cs(658,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator long?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Int64}'
Linq/JToken.cs(675,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator float?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{Single}'
Linq/JToken.cs(707,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator uint?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{UInt32}'
Linq/JToken.cs(725,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.explicit operator ulong?(Newtonsoft.Json.Linq.JToken)' has syntactically incorrect cref attribute `Nullable{UInt64}'
Linq/JToken.cs(855,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(bool?)' has syntactically incorrect cref attribute `Nullable{Boolean}'
Linq/JToken.cs(865,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(long)' has syntactically incorrect cref attribute `Nullable{Int64}'
Linq/JToken.cs(875,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(System.DateTime?)' has syntactically incorrect cref attribute `Nullable{DateTime}'
Linq/JToken.cs(886,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(System.DateTimeOffset?)' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
Linq/JToken.cs(897,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(decimal?)' has syntactically incorrect cref attribute `Nullable{Decimal}'
Linq/JToken.cs(907,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(double?)' has syntactically incorrect cref attribute `Nullable{Double}'
Linq/JToken.cs(949,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(int?)' has syntactically incorrect cref attribute `Nullable{Int32}'
Linq/JToken.cs(969,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(long?)' has syntactically incorrect cref attribute `Nullable{Int64}'
Linq/JToken.cs(979,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(float?)' has syntactically incorrect cref attribute `Nullable{Single}'
Linq/JToken.cs(1000,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(short?)' has syntactically incorrect cref attribute `Nullable{Int16}'
Linq/JToken.cs(1011,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(ushort?)' has syntactically incorrect cref attribute `Nullable{UInt16}'
Linq/JToken.cs(1022,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(uint?)' has syntactically incorrect cref attribute `Nullable{UInt32}'
Linq/JToken.cs(1033,28): warning CS1584: XML comment on `Newtonsoft.Json.Linq.JToken.implicit operator Newtonsoft.Json.Linq.JToken(ulong?)' has syntactically incorrect cref attribute `Nullable{UInt64}'
JsonWriter.cs(922,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(int?)' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonWriter.cs(922,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(int?)' has syntactically incorrect cref attribute `Nullable{Int32}'
JsonWriter.cs(935,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(uint?)' has syntactically incorrect cref attribute `Nullable{UInt32}'
JsonWriter.cs(935,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(uint?)' has syntactically incorrect cref attribute `Nullable{UInt32}'
JsonWriter.cs(947,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(long?)' has syntactically incorrect cref attribute `Nullable{Int64}'
JsonWriter.cs(947,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(long?)' has syntactically incorrect cref attribute `Nullable{Int64}'
JsonWriter.cs(960,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(ulong?)' has syntactically incorrect cref attribute `Nullable{UInt64}'
JsonWriter.cs(960,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(ulong?)' has syntactically incorrect cref attribute `Nullable{UInt64}'
JsonWriter.cs(972,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(float?)' has syntactically incorrect cref attribute `Nullable{Single}'
JsonWriter.cs(972,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(float?)' has syntactically incorrect cref attribute `Nullable{Single}'
JsonWriter.cs(984,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(double?)' has syntactically incorrect cref attribute `Nullable{Double}'
JsonWriter.cs(984,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(double?)' has syntactically incorrect cref attribute `Nullable{Double}'
JsonWriter.cs(996,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(bool?)' has syntactically incorrect cref attribute `Nullable{Boolean}'
JsonWriter.cs(996,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(bool?)' has syntactically incorrect cref attribute `Nullable{Boolean}'
JsonWriter.cs(1008,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(short?)' has syntactically incorrect cref attribute `Nullable{Int16}'
JsonWriter.cs(1008,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(short?)' has syntactically incorrect cref attribute `Nullable{Int16}'
JsonWriter.cs(1021,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(ushort?)' has syntactically incorrect cref attribute `Nullable{UInt16}'
JsonWriter.cs(1021,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(ushort?)' has syntactically incorrect cref attribute `Nullable{UInt16}'
JsonWriter.cs(1033,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(char?)' has syntactically incorrect cref attribute `Nullable{Char}'
JsonWriter.cs(1033,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(char?)' has syntactically incorrect cref attribute `Nullable{Char}'
JsonWriter.cs(1045,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(byte?)' has syntactically incorrect cref attribute `Nullable{Byte}'
JsonWriter.cs(1045,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(byte?)' has syntactically incorrect cref attribute `Nullable{Byte}'
JsonWriter.cs(1058,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(sbyte?)' has syntactically incorrect cref attribute `Nullable{SByte}'
JsonWriter.cs(1058,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(sbyte?)' has syntactically incorrect cref attribute `Nullable{SByte}'
JsonWriter.cs(1070,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(decimal?)' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonWriter.cs(1070,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(decimal?)' has syntactically incorrect cref attribute `Nullable{Decimal}'
JsonWriter.cs(1082,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime?)' has syntactically incorrect cref attribute `Nullable{DateTime}'
JsonWriter.cs(1082,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime?)' has syntactically incorrect cref attribute `Nullable{DateTime}'
JsonWriter.cs(1095,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset?)' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
JsonWriter.cs(1095,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset?)' has syntactically incorrect cref attribute `Nullable{DateTimeOffset}'
JsonWriter.cs(1108,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.Guid?)' has syntactically incorrect cref attribute `Nullable{Guid}'
JsonWriter.cs(1108,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.Guid?)' has syntactically incorrect cref attribute `Nullable{Guid}'
JsonWriter.cs(1120,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan?)' has syntactically incorrect cref attribute `Nullable{TimeSpan}'
JsonWriter.cs(1120,25): warning CS1584: XML comment on `Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan?)' has syntactically incorrect cref attribute `Nullable{TimeSpan}'
Reader/Authenticode.cs(67,29): warning CS0219: The variable `dwLength' is assigned but its value is never used
Xwt.Drawing/Font.cs(36,30): warning CS0649: Field `Xwt.Drawing.Font.unit' is never assigned to, and will always have its default value `0'
Xwt/WindowFrame.cs(71,15): warning CS0649: Field `Xwt.WindowFrame.icon' is never assigned to, and will always have its default value `null'
Metacity/Preview.cs(89,66): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
PluggableWidget.cs(11,22): warning CS0414: The private field `Stetic.PluggableWidget.customWidget' is assigned but its value is never used
WidgetEditSession.cs(58,43): warning CS0067: The event `Stetic.WidgetEditSession.ModifiedChanged' is never used
TextTransform.cs(49,29): warning CS0219: The variable `session' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
Xwt.Mac/ListViewBackend.cs(82,29): warning CS0108: `Xwt.Mac.ListViewBackend.BorderVisible' hides inherited member `Xwt.Mac.TableViewBackend<MonoMac.AppKit.NSTableView,Xwt.Backends.IListViewEventSink>.BorderVisible'. Use the new keyword if hiding was intended
Xwt.Mac/ViewBackend.cs(195,34): warning CS0219: The variable `ctype' is assigned but its value is never used
Xwt.Mac.CellViews/CompositeCell.cs(111,37): warning CS0219: The variable `b' is assigned but its value is never used
Xwt.Mac/ViewBackend.cs(378,26): warning CS0169: The private field `Xwt.Mac.ViewBackend.gotFocusObserver' is never used
Xwt.Mac/ComboBoxEntryBackend.cs(36,33): warning CS0414: The private field `Xwt.Mac.ComboBoxEntryBackend.source' is assigned but its value is never used
Xwt.Mac/ComboBoxEntryBackend.cs(101,36): warning CS0414: The private field `Xwt.Mac.MacComboBox.eventSink' is assigned but its value is never used
Xwt.Mac/SpinButtonBackend.cs(85,36): warning CS0169: The private field `Xwt.Mac.MacSpinButton.constraint' is never used
Xwt.Mac/PopoverBackend.cs(92,35): warning CS0414: The private field `Xwt.Mac.PopoverBackend.sink' is assigned but its value is never used
Xwt.Mac/PopoverBackend.cs(41,43): warning CS0067: The event `Xwt.Mac.PopoverBackend.Closed' is never used
NSch/Channel.cs(731,53): warning CS0108: `NSch.Channel.PassiveInputStream.out' hides inherited member `Sharpen.PipedInputStream.out'. Use the new keyword if hiding was intended
NSch/ChannelSubsystem.cs(40,31): warning CS0108: `NSch.ChannelSubsystem.xforwading' hides inherited member `NSch.ChannelSession.xforwading'. Use the new keyword if hiding was intended
NSch/ChannelSubsystem.cs(42,31): warning CS0108: `NSch.ChannelSubsystem.pty' hides inherited member `NSch.ChannelSession.pty'. Use the new keyword if hiding was intended
NSch/HostKey.cs(97,39): warning CS0108: `NSch.HostKey.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NSch/IdentityFile.cs(38,24): warning CS0659: `NSch.IdentityFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
NSch.ZLib/ZInputStream.cs(52,49): warning CS0108: `NSch.ZLib.ZInputStream.in' hides inherited member `Sharpen.FilterInputStream.in'. Use the new keyword if hiding was intended
NSch/Buffer.cs(181,71): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NSch/Buffer.cs(184,71): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NSch/ChannelAgentForwarding.cs(194,53): warning CS0219: The variable `flags' is assigned but its value is never used
NSch/ChannelForwardedTCPIP.cs(148,32): warning CS0219: The variable `addr' is assigned but its value is never used
NSch/ChannelForwardedTCPIP.cs(150,32): warning CS0219: The variable `orgaddr' is assigned but its value is never used
NSch/ChannelForwardedTCPIP.cs(151,29): warning CS0219: The variable `orgport' is assigned but its value is never used
NSch/ChannelSftp.cs(246,37): warning CS0219: The variable `i' is assigned but its value is never used
NSch/ChannelSftp.cs(248,37): warning CS0219: The variable `type' is assigned but its value is never used
NSch/ChannelSftp.cs(249,40): warning CS0168: The variable `str' is declared but never used
NSch/ChannelSftp.cs(1340,1): warning CS0164: This label has not been referenced
NSch/ChannelSftp.cs(1853,48): warning CS0168: The variable `str' is declared but never used
NSch/ChannelSftp.cs(1854,45): warning CS0168: The variable `flags' is declared but never used
NSch/ChannelSftp.cs(1969,64): warning CS0219: The variable `longname' is assigned but its value is never used
NSch/ChannelSftp.cs(2542,48): warning CS0219: The variable `lname' is assigned but its value is never used
NSch/ChannelSftp.cs(2545,43): warning CS0219: The variable `attr' is assigned but its value is never used
NSch/ChannelSftp.cs(3028,40): warning CS0219: The variable `str' is assigned but its value is never used
NSch/ChannelSftp.cs(3029,37): warning CS0168: The variable `flags' is declared but never used
NSch/ChannelSftp.cs(3053,51): warning CS0219: The variable `attrs' is assigned but its value is never used
NSch/ChannelSftp.cs(3272,29): warning CS0219: The variable `i' is assigned but its value is never used
NSch/ChannelSftp.cs(950,52): warning CS0219: The variable `e' is assigned but its value is never used
NSch/ChannelSftp.cs(1012,52): warning CS0219: The variable `e' is assigned but its value is never used
NSch/ChannelSftp.cs(1660,37): warning CS0219: The variable `id' is assigned but its value is never used
NSch/DHG1.cs(158,42): warning CS0219: The variable `ex' is assigned but its value is never used
NSch/DHG1.cs(170,42): warning CS0219: The variable `ex' is assigned but its value is never used
NSch/DHGEX.cs(114,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch/IdentityFile.cs(451,48): warning CS0219: The variable `_type' is assigned but its value is never used
NSch/IdentityFile.cs(857,48): warning CS0219: The variable `u_array' is assigned but its value is never used
NSch/KeyExchange.cs(156,1): warning CS0164: This label has not been referenced
NSch/KeyPair.cs(782,48): warning CS0219: The variable `_type' is assigned but its value is never used
NSch/KeyPairRSA.cs(165,56): warning CS0219: The variable `u_array' is assigned but its value is never used
NSch/KnownHosts.cs(299,32): warning CS0219: The variable `key' is assigned but its value is never used
NSch/ProxyHTTP.cs(193,49): warning CS0219: The variable `e' is assigned but its value is never used
NSch/ProxySOCKS4.cs(169,49): warning CS0219: The variable `e' is assigned but its value is never used
NSch/ProxySOCKS5.cs(234,49): warning CS0219: The variable `e' is assigned but its value is never used
NSch/Session.cs(409,54): warning CS0219: The variable `ee' is assigned but its value is never used
NSch/Session.cs(553,81): warning CS0219: The variable `ee' is assigned but its value is never used
NSch/Session.cs(1483,75): warning CS0219: The variable `ee' is assigned but its value is never used
NSch/UserAuthGSSAPIWithMIC.cs(123,48): warning CS0219: The variable `lang' is assigned but its value is never used
NSch/UserAuthKeyboardInteractive.cs(93,56): warning CS0219: The variable `lang' is assigned but its value is never used
NSch/UserAuthKeyboardInteractive.cs(131,56): warning CS0219: The variable `languate_tag' is assigned but its value is never used
NSch/UserAuthKeyboardInteractive.cs(211,1): warning CS0164: This label has not been referenced
NSch/UserAuthNone.cs(99,48): warning CS0219: The variable `lang' is assigned but its value is never used
NSch/UserAuthNone.cs(119,45): warning CS0219: The variable `partial_success' is assigned but its value is never used
NSch/UserAuthNone.cs(135,1): warning CS0164: This label has not been referenced
NSch/UserAuthPassword.cs(110,64): warning CS0219: The variable `lang' is assigned but its value is never used
NSch/UserAuthPassword.cs(124,64): warning CS0219: The variable `tag' is assigned but its value is never used
NSch/UserAuthPassword.cs(190,1): warning CS0164: This label has not been referenced
NSch/UserAuthPublicKey.cs(104,88): warning CS0219: The variable `lang' is assigned but its value is never used
NSch/UserAuthPublicKey.cs(122,1): warning CS0164: This label has not been referenced
NSch/UserAuthPublicKey.cs(237,72): warning CS0219: The variable `lang' is assigned but its value is never used
NSch/UserAuthPublicKey.cs(270,1): warning CS0164: This label has not been referenced
NSch/Util.cs(637,1): warning CS0164: This label has not been referenced
NSch.Jce/AES128CBC.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/AES128CTR.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/AES192CBC.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/AES192CTR.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/AES256CBC.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/AES256CTR.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/ARCFOUR.cs(59,32): warning CS0219: The variable `pad' is assigned but its value is never used
NSch.Jce/ARCFOUR.cs(74,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/ARCFOUR128.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/ARCFOUR256.cs(80,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/BlowfishCBC.cs(81,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/TripleDESCBC.cs(83,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jce/TripleDESCTR.cs(83,42): warning CS0219: The variable `e' is assigned but its value is never used
NSch.Jcraft/Compression.cs(173,49): warning CS0162: Unreachable code detected
NSch.ZLib/InfBlocks.cs(749,49): warning CS0162: Unreachable code detected
NSch.ZLib/InfBlocks.cs(540,63): warning CS0168: The variable `h' is declared but never used
NSch.ZLib/InfCodes.cs(573,49): warning CS0162: Unreachable code detected
NSch.ZLib/InfCodes.cs(161,31): warning CS0168: The variable `t' is declared but never used
NSch.ZLib/Inflate.cs(443,49): warning CS0162: Unreachable code detected
NSch.ZLib/Deflate.cs(1025,29): warning CS0219: The variable `index' is assigned but its value is never used
NSch/DHG14.cs(206,38): warning CS0162: Unreachable code detected
NSch/DHG14.cs(214,37): warning CS0162: Unreachable code detected
NSch/DHG14.cs(226,36): warning CS0162: Unreachable code detected
NSch/DHG14.cs(253,50): warning CS0162: Unreachable code detected
NSch/Channel.cs(498,50): warning CS0414: The private field `NSch.Channel.MyPipedInputStream._enclosing' is assigned but its value is never used
NSch/Channel.cs(762,50): warning CS0414: The private field `NSch.Channel.PassiveInputStream._enclosing' is assigned but its value is never used
NSch/Channel.cs(773,50): warning CS0414: The private field `NSch.Channel.PassiveOutputStream._enclosing' is assigned but its value is never used
NSch/ChannelAgentForwarding.cs(50,39): warning CS0414: The private field `NSch.ChannelAgentForwarding.SSH_AGENTC_RSA_CHALLENGE' is assigned but its value is never used
NSch/ChannelAgentForwarding.cs(52,39): warning CS0414: The private field `NSch.ChannelAgentForwarding.SSH_AGENT_RSA_RESPONSE' is assigned but its value is never used
NSch/ChannelAgentForwarding.cs(58,39): warning CS0414: The private field `NSch.ChannelAgentForwarding.SSH_AGENTC_ADD_RSA_IDENTITY' is assigned but its value is never used
NSch/ChannelAgentForwarding.cs(60,39): warning CS0414: The private field `NSch.ChannelAgentForwarding.SSH_AGENTC_REMOVE_RSA_IDENTITY' is assigned but its value is never used
NSch/ChannelSftp.cs(149,30): warning CS0414: The private field `NSch.ChannelSftp.interactive' is assigned but its value is never used
NSch/ChannelSftp.cs(163,29): warning CS0414: The private field `NSch.ChannelSftp.client_version' is assigned but its value is never used
NSch/ChannelSftp.cs(1380,63): warning CS0414: The private field `NSch.ChannelSftp.RequestQueue.Request._enclosing' is assigned but its value is never used
NSch/ChannelSftp.cs(1759,47): warning CS0414: The private field `NSch.ChannelSftp._InputStream_1195.skip' is assigned but its value is never used
NSch/ChannelSftp.cs(3451,54): warning CS0414: The private field `NSch.ChannelSftp.LsEntry._enclosing' is assigned but its value is never used
NSch/ChannelSftp.cs(3468,46): warning CS0414: The private field `NSch.ChannelHeader._enclosing' is assigned but its value is never used
NSch/IdentityFile.cs(46,30): warning CS0414: The private field `NSch.IdentityFile.jsch' is assigned but its value is never used
NSch/IdentityFile.cs(70,32): warning CS0414: The private field `NSch.IdentityFile.algname' is assigned but its value is never used
NSch/KnownHosts.cs(43,48): warning CS0414: The private field `NSch.KnownHosts._known_hosts' is assigned but its value is never used
NSch/KnownHosts.cs(45,30): warning CS0414: The private field `NSch.KnownHosts.jsch' is assigned but its value is never used
NSch/ProxySOCKS4.cs(56,32): warning CS0414: The private field `NSch.ProxySOCKS4.passwd' is assigned but its value is never used
NSch/Session.cs(111,32): warning CS0169: The private field `NSch.Session.K_S' is never used
NSch/Session.cs(2061,50): warning CS0414: The private field `NSch.Session.GlobalRequestReply._enclosing' is assigned but its value is never used
NSch.Jcraft/Compression.cs(43,29): warning CS0414: The private field `NSch.Jcraft.Compression.type' is assigned but its value is never used
NSch/DHG14.cs(199,32): warning CS0414: The private field `NSch.DHG14.packet' is assigned but its value is never used
Mono.Cecil/Mono.Cecil.PE/Section.cs(38,29): warning CS0649: Field `Mono.Cecil.PE.Section.VirtualSize' is never assigned to, and will always have its default value `0'
Mono.Addins.Setup/RepositoryReaderWriter.cs(539,48): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(946,75): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/AddinInfo.cs(152,59): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/AddinInfo.cs(159,59): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(541,49): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(553,129): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(553,55): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(882,116): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(883,104): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(899,124): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(900,104): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Mono.Addins.Setup/RepositoryReaderWriter.cs(956,68): warning CS0612: `Mono.Addins.Description.NativeDependency' is obsolete
Editor/IDocument.cs(98,30): warning CS0419: Ambiguous reference in cref attribute `GetOffset'. Assuming `ICSharpCode.NRefactory.Editor.IDocument.GetOffset(int, int)' but other overloads including `ICSharpCode.NRefactory.Editor.IDocument.GetOffset(ICSharpCode.NRefactory.TextLocation)' have also matched
PatternMatching/INode.cs(51,37): warning CS1574: XML comment on `ICSharpCode.NRefactory.PatternMatching.PatternExtensions.Match(this ICSharpCode.NRefactory.PatternMatching.INode, ICSharpCode.NRefactory.PatternMatching.INode)' has cref attribute `PatternMatching.Match.Success' that could not be resolved
TextLocation.cs(35,23): warning CS0419: Ambiguous reference in cref attribute `Editor.IDocument.GetOffset'. Assuming `ICSharpCode.NRefactory.Editor.IDocument.GetOffset(int, int)' but other overloads including `ICSharpCode.NRefactory.Editor.IDocument.GetOffset(ICSharpCode.NRefactory.TextLocation)' have also matched
TypeSystem/FullTypeName.cs(87,24): warning CS0419: Ambiguous reference in cref attribute `ReflectionHelper.ParseReflectionName'. Assuming `ICSharpCode.NRefactory.TypeSystem.ReflectionHelper.ParseReflectionName(string)' but other overloads including `ICSharpCode.NRefactory.TypeSystem.ReflectionHelper.ParseReflectionName(string, ref int)' have also matched
TypeSystem/INamedElement.cs(59,24): warning CS0419: Ambiguous reference in cref attribute `ReflectionHelper.ParseReflectionName'. Assuming `ICSharpCode.NRefactory.TypeSystem.ReflectionHelper.ParseReflectionName(string)' but other overloads including `ICSharpCode.NRefactory.TypeSystem.ReflectionHelper.ParseReflectionName(string, ref int)' have also matched
TypeSystem/IType.cs(50,26): warning CS1584: XML comment on `ICSharpCode.NRefactory.TypeSystem.IType' has syntactically incorrect cref attribute `IEquatable{IType}.Equals(IType)'
TypeSystem/IType.cs(319,38): warning CS1580: Invalid type for parameter `1' in XML comment cref attribute `GetMethods(Predicate{IUnresolvedMethod}, GetMemberOptions)'
TypeSystem/TypeKind.cs(61,17): warning CS1580: Invalid type for parameter `1' in XML comment cref attribute `IType.GetNestedTypes(Predicate{ITypeDefinition}, GetMemberOptions)'
TypeSystem/SpecialType.cs(50,52): warning CS1580: Invalid type for parameter `1' in XML comment cref attribute `IType.GetNestedTypes(Predicate{ITypeDefinition}, GetMemberOptions)'
Documentation/XmlDocumentationProvider.cs(105,26): warning CS0414: The private field `ICSharpCode.NRefactory.Documentation.XmlDocumentationProvider.lastWriteDate' is assigned but its value is never used
Microsoft.Cci.Pdb/PdbFunction.cs(104,13): warning CS0219: The variable `star' is assigned but its value is never used
NGit/ObjectLoader.cs(65,37): warning CS0108: `NGit.ObjectLoader.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit/ObjectStream.cs(62,37): warning CS0108: `NGit.ObjectStream.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit/BatchingProgressMonitor.cs(86,47): warning CS0108: `NGit.BatchingProgressMonitor._ThreadFactory_66.NewThread(Sharpen.Runnable)' hides inherited member `Sharpen.ThreadFactory.NewThread(Sharpen.Runnable)'. Use the new keyword if hiding was intended
NGit.Diff/Edit.cs(113,34): warning CS0108: `NGit.Diff.Edit.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit.Fnmatch/CharacterHead.cs(53,36): warning CS0628: `NGit.Fnmatch.CharacterHead.CharacterHead(char)': new protected member declared in sealed class
NGit.Patch/BinaryHunk.cs(129,48): warning CS0108: `NGit.Patch.BinaryHunk.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit.Storage.Pack/ObjectToPack.cs(227,36): warning CS0108: `NGit.Storage.Pack.ObjectToPack.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit.Util/RefList.cs(79,52): warning CS0693: Type parameter `T' has the same name as the type parameter from outer type `NGit.Util.RefList<T>'
NGit.Errors/RepositoryNotFoundException.cs(94,39): warning CS0114: `NGit.Errors.RepositoryNotFoundException.Message(string)' hides inherited member `System.Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
NGit.Transport/LongMap.cs(173,49): warning CS0693: Type parameter `V' has the same name as the type parameter from outer type `NGit.Transport.LongMap<V>'
NGit.Transport/ReceiveCommand.cs(214,52): warning CS0108: `NGit.Transport.ReceiveCommand.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit.Diff/Subsequence.cs(81,56): warning CS0693: Type parameter `S' has the same name as the type parameter from outer type `NGit.Diff.Subsequence<S>'
NGit.Diff/Subsequence.cs(102,56): warning CS0693: Type parameter `S' has the same name as the type parameter from outer type `NGit.Diff.Subsequence<S>'
NGit.Diff/Subsequence.cs(117,36): warning CS0693: Type parameter `S' has the same name as the type parameter from outer type `NGit.Diff.Subsequence<S>'
NGit.Diff/Subsequence.cs(141,40): warning CS0693: Type parameter `S' has the same name as the type parameter from outer type `NGit.Diff.Subsequence<S>'
NGit.Blame/ReverseWalk.cs(87,44): warning CS0628: `NGit.Blame.ReverseWalk.ReverseCommit.ReverseCommit(NGit.AnyObjectId)': new protected member declared in sealed class
NGit.Submodule/SubmoduleStatus.cs(86,52): warning CS0108: `NGit.Submodule.SubmoduleStatus.GetType()' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended
NGit/Config.cs(193,49): warning CS0162: Unreachable code detected
NGit/Config.cs(1365,57): warning CS0162: Unreachable code detected
NGit/Config.cs(1372,57): warning CS0162: Unreachable code detected
NGit/Config.cs(1379,57): warning CS0162: Unreachable code detected
NGit/Config.cs(1386,57): warning CS0162: Unreachable code detected
NGit/Config.cs(1393,57): warning CS0162: Unreachable code detected
NGit/Config.cs(1400,57): warning CS0162: Unreachable code detected
NGit/Constants.cs(571,49): warning CS0162: Unreachable code detected
NGit/GitIndex.cs(408,38): warning CS0472: The result of comparing value type `bool' with null is `true'
NGit/GitIndex.cs(412,25): warning CS0162: Unreachable code detected
NGit/RefRename.cs(161,44): warning CS0219: The variable `err' is assigned but its value is never used
NGit/RefUpdate.cs(485,44): warning CS0219: The variable `x' is assigned but its value is never used
NGit/RefUpdate.cs(563,44): warning CS0219: The variable `x' is assigned but its value is never used
NGit/RefUpdate.cs(644,44): warning CS0219: The variable `x' is assigned but its value is never used
NGit.Api/LogCommand.cs(386,55): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Api/LogCommand.cs(390,61): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Api.Errors/ConcurrentRefUpdateException.cs(76,55): warning CS0472: The result of comparing value type `NGit.RefUpdate.Result' with null is `false'
NGit.Api.Errors/ConcurrentRefUpdateException.cs(76,66): warning CS0429: Unreachable expression code detected
NGit.Api.Errors/ConcurrentRefUpdateException.cs(87,38): warning CS0472: The result of comparing value type `NGit.RefUpdate.Result' with null is `false'
NGit.Api.Errors/ConcurrentRefUpdateException.cs(87,49): warning CS0429: Unreachable expression code detected
NGit.Diff/DiffFormatter.cs(874,41): warning CS0162: Unreachable code detected
NGit.Diff/DiffFormatter.cs(989,57): warning CS0162: Unreachable code detected
NGit.Diff/DiffFormatter.cs(1225,41): warning CS0162: Unreachable code detected
NGit.Diff/RenameDetector.cs(109,49): warning CS0162: Unreachable code detected
NGit.Diff/SimilarityRenameDetector.cs(347,1): warning CS0164: This label has not been referenced
NGit.Dircache/DirCache.cs(234,44): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Dircache/DirCache.cs(239,49): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Dircache/DirCache.cs(244,38): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Dircache/DirCache.cs(710,44): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Dircache/DirCache.cs(715,49): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Dircache/DirCache.cs(720,38): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Nls/NLS.cs(150,37): warning CS0219: The variable `type' is assigned but its value is never used
NGit.Patch/CombinedHunkHeader.cs(177,49): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(190,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(197,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(205,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(211,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(219,1): warning CS0164: This label has not been referenced
NGit.Patch/CombinedHunkHeader.cs(282,49): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(295,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(302,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(308,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(314,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(325,1): warning CS0164: This label has not been referenced
NGit.Patch/CombinedHunkHeader.cs(365,49): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(386,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(392,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(398,57): warning CS0162: Unreachable code detected
NGit.Patch/CombinedHunkHeader.cs(410,1): warning CS0164: This label has not been referenced
NGit.Patch/HunkHeader.cs(257,57): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(270,57): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(283,57): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(290,57): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(296,57): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(299,1): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(299,1): warning CS0164: This label has not been referenced
NGit.Patch/HunkHeader.cs(349,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(356,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(363,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(370,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(376,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(379,1): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(379,1): warning CS0164: This label has not been referenced
NGit.Patch/HunkHeader.cs(466,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(469,1): warning CS0164: This label has not been referenced
NGit.Patch/HunkHeader.cs(514,49): warning CS0162: Unreachable code detected
NGit.Patch/HunkHeader.cs(517,1): warning CS0164: This label has not been referenced
NGit.Revwalk/ObjectWalk.cs(401,57): warning CS0162: Unreachable code detected
NGit.Revwalk/ObjectWalk.cs(427,57): warning CS0162: Unreachable code detected
NGit.Revwalk/ObjectWalk.cs(433,57): warning CS0162: Unreachable code detected
NGit.Storage.File/LockFile.cs(171,52): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(259,44): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(267,49): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(272,38): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(338,44): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(343,49): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(348,38): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(421,52): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(426,57): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/LockFile.cs(431,46): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/ObjectDirectory.cs(500,1): warning CS0162: Unreachable code detected
NGit.Storage.File/ObjectDirectory.cs(500,1): warning CS0164: This label has not been referenced
NGit.Storage.File/ObjectDirectory.cs(536,1): warning CS0162: Unreachable code detected
NGit.Storage.File/ObjectDirectory.cs(536,1): warning CS0164: This label has not been referenced
NGit.Storage.File/ObjectDirectoryInserter.cs(124,41): warning CS0162: Unreachable code detected
NGit.Storage.File/PackFile.cs(172,60): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Storage.File/PackFile.cs(716,44): warning CS0219: The variable `ioe' is assigned but its value is never used
NGit.Storage.File/PackFile.cs(721,49): warning CS0219: The variable `re' is assigned but its value is never used
NGit.Storage.File/PackFile.cs(726,38): warning CS0219: The variable `re' is assigned but its value is never used
NGit.Storage.File/PackFile.cs(892,57): warning CS0162: Unreachable code detected
NGit.Storage.File/PackFile.cs(1126,49): warning CS0162: Unreachable code detected
NGit.Storage.File/PackFile.cs(1139,49): warning CS0162: Unreachable code detected
NGit.Storage.File/PackIndex.cs(268,61): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.File/PackIndexV1.cs(171,75): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.File/PackIndexV1.cs(171,88): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.File/PackIndexV1.cs(171,100): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.File/RefDirectoryRename.cs(130,49): warning CS0162: Unreachable code detected
NGit.Storage.File/RefDirectoryRename.cs(275,49): warning CS0162: Unreachable code detected
NGit.Storage.File/RefDirectoryUpdate.cs(164,41): warning CS0162: Unreachable code detected
NGit.Storage.File/WindowCache.cs(380,44): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Storage.File/WindowCache.cs(385,49): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Storage.File/WindowCache.cs(390,38): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Storage.Pack/DeltaIndexScanner.cs(116,77): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.Pack/DeltaIndexScanner.cs(121,77): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.Pack/DeltaStream.cs(350,52): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.Pack/DeltaStream.cs(354,52): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.Pack/DeltaWindow.cs(334,44): warning CS0219: The variable `notAvailable' is assigned but its value is never used
NGit.Storage.Pack/PackOutputStream.cs(224,61): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.Pack/PackOutputStream.cs(231,55): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Storage.Pack/PackWriter.cs(2280,41): warning CS0162: Unreachable code detected
NGit.Treewalk/TreeWalk.cs(670,37): warning CS0219: The variable `clazz' is assigned but its value is never used
NGit.Treewalk/WorkingTreeIterator.cs(490,41): warning CS0162: Unreachable code detected
NGit.Treewalk/WorkingTreeIterator.cs(1003,41): warning CS0162: Unreachable code detected
NGit.Util/NB.cs(121,88): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Util/QuotedString.cs(188,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(203,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(210,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(378,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(385,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(392,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(399,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(406,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(413,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(420,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(428,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(453,57): warning CS0162: Unreachable code detected
NGit.Util/QuotedString.cs(463,57): warning CS0162: Unreachable code detected
NGit.Util/RawParseUtils.cs(356,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(358,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(360,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(388,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(390,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(392,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(394,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(396,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(398,27): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first
NGit.Util/RawParseUtils.cs(760,60): warning CS0219: The variable `badName' is assigned but its value is never used
NGit.Util/RawParseUtils.cs(769,60): warning CS0219: The variable `badName' is assigned but its value is never used
NGit.Util/RawSubStringPattern.cs(128,1): warning CS0164: This label has not been referenced
NGit.Transport/SideBandInputStream.cs(185,49): warning CS0162: Unreachable code detected
NGit.Transport/TrackingRefUpdate.cs(200,65): warning CS0162: Unreachable code detected
NGit.Transport/TrackingRefUpdate.cs(203,49): warning CS0162: Unreachable code detected
NGit.Transport/TrackingRefUpdate.cs(229,49): warning CS0162: Unreachable code detected
NGit.Transport/BasePackConnection.cs(206,51): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/BasePackConnection.cs(234,53): warning CS0219: The variable `eof' is assigned but its value is never used
NGit.Transport/BasePackFetchConnection.cs(665,1): warning CS0164: This label has not been referenced
NGit.Transport/BasePackFetchConnection.cs(685,1): warning CS0164: This label has not been referenced
NGit.Transport/BasePackFetchConnection.cs(748,1): warning CS0164: This label has not been referenced
NGit.Transport/BasePackPushConnection.cs(208,51): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Transport/BundleFetchConnection.cs(98,51): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/ReceiveCommand.cs(409,41): warning CS0162: Unreachable code detected
NGit.Transport/UploadPack.cs(425,48): warning CS0472: The result of comparing value type `NGit.Transport.UploadPack.RequestPolicy' with null is `true'
NGit.Transport/UploadPack.cs(425,92): warning CS0429: Unreachable expression code detected
NGit.Transport/UploadPack.cs(700,44): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/UploadPack.cs(705,49): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/UploadPack.cs(710,38): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/UploadPack.cs(823,53): warning CS0219: The variable `eof' is assigned but its value is never used
NGit.Transport/UploadPack.cs(875,53): warning CS0219: The variable `eof' is assigned but its value is never used
NGit.Transport/UploadPack.cs(1292,71): warning CS0219: The variable `noPack' is assigned but its value is never used
NGit.Transport/WalkFetchConnection.cs(410,57): warning CS0162: Unreachable code detected
NGit.Transport/WalkFetchConnection.cs(934,49): warning CS0162: Unreachable code detected
NGit.Transport/WalkFetchConnection.cs(947,49): warning CS0162: Unreachable code detected
NGit.Transport/WalkFetchConnection.cs(1060,52): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/WalkFetchConnection.cs(1079,52): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Transport/TransportGitAnon.cs(159,39): warning CS0184: The given expression is never of the provided (`Sharpen.UnknownHostException') type
NGit.Transport/TransportGitAnon.cs(160,33): warning CS0162: Unreachable code detected
NGit.Transport/TransportGitAnon.cs(163,39): warning CS0184: The given expression is never of the provided (`Sharpen.ConnectException') type
NGit.Transport/TransportGitAnon.cs(164,33): warning CS0162: Unreachable code detected
NGit.Transport/TransportHttp.cs(352,66): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportHttp.cs(356,51): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportHttp.cs(482,66): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportHttp.cs(486,51): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportHttp.cs(576,57): warning CS0162: Unreachable code detected
NGit.Transport/TransportHttp.cs(594,66): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Transport/TransportHttp.cs(598,51): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Transport/TransportGitSsh.cs(310,59): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportGitSsh.cs(383,59): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportSftp.cs(192,59): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportSftp.cs(216,59): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Transport/TransportSftp.cs(409,52): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Diff/HistogramDiffIndex.cs(285,1): warning CS0164: This label has not been referenced
NGit.Diff/HistogramDiffIndex.cs(373,1): warning CS0164: This label has not been referenced
NGit.Diff/HistogramDiffIndex.cs(388,94): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
NGit.Api/CreateBranchCommand.cs(213,49): warning CS0162: Unreachable code detected
NGit.Api/CreateBranchCommand.cs(322,57): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Api/DeleteBranchCommand.cs(158,57): warning CS0162: Unreachable code detected
NGit.Api/ListBranchCommand.cs(84,46): warning CS0472: The result of comparing value type `NGit.Api.ListBranchCommand.ListMode' with null is `false'
NGit.Api/ListBranchCommand.cs(85,33): warning CS0162: Unreachable code detected
NGit.Api/RebaseCommand.cs(177,49): warning CS0162: Unreachable code detected
NGit.Api/RebaseCommand.cs(275,73): warning CS0162: Unreachable code detected
NGit.Api/CheckoutCommand.cs(157,58): warning CS0472: The result of comparing value type `NGit.Api.CreateBranchCommand.SetupUpstreamMode' with null is `true'
NGit.Api/CheckoutCommand.cs(237,49): warning CS0162: Unreachable code detected
NGit.Api/CheckoutCommand.cs(455,57): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Storage.File/ObjectDirectoryPackParser.cs(519,52): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Storage.File/ObjectDirectoryPackParser.cs(547,44): warning CS0219: The variable `err' is assigned but its value is never used
NGit.Storage.Pack/BaseSearch.cs(152,1): warning CS0164: This label has not been referenced
NGit.Storage.Pack/BaseSearch.cs(172,41): warning CS0162: Unreachable code detected
NGit.Transport.Resolver/FileResolver.cs(142,67): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Transport/TransportProtocol.cs(257,49): warning CS0162: Unreachable code detected
NGit.Api/BlameCommand.cs(209,55): warning CS0472: The result of comparing value type `bool' with null is `true'
NGit.Api/DeleteTagCommand.cs(115,57): warning CS0162: Unreachable code detected
NGit.Submodule/SubmoduleWalk.cs(79,44): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Submodule/SubmoduleWalk.cs(118,44): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Submodule/SubmoduleWalk.cs(158,44): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Api/StashApplyCommand.cs(373,54): warning CS0219: The variable `e' is assigned but its value is never used
NGit.Util/GitDateFormatter.cs(96,41): warning CS0162: Unreachable code detected
NGit.Util/GitDateFormatter.cs(215,41): warning CS0162: Unreachable code detected
NGit.Storage.File/ReflogWriter.cs(231,54): warning CS0219: The variable `err' is assigned but its value is never used
NGit/BatchRefUpdate.cs(315,65): warning CS0162: Unreachable code detected
NGit/BatchRefUpdate.cs(378,41): warning CS0162: Unreachable code detected
NGit.Transport/BaseReceivePack.cs(978,53): warning CS0219: The variable `eof' is assigned but its value is never used
NGit.Storage.File/GC.cs(753,57): warning CS0162: Unreachable code detected
NGit.Storage.File/GC.cs(762,57): warning CS0162: Unreachable code detected
NGit/RefUpdate.cs(741,52): warning CS0414: The private field `NGit.RefUpdate.Store._enclosing' is assigned but its value is never used
NGit.Revwalk/RevWalk.cs(1565,52): warning CS0414: The private field `NGit.Revwalk.RevWalk._Iterator_1241.first' is assigned but its value is never used
NGit.Storage.File/UnpackedObject.cs(345,47): warning CS0414: The private field `NGit.Storage.File.UnpackedObject._InflaterInputStream_307.size' is assigned but its value is never used
NGit.Storage.File/GC.cs(951,45): warning CS0414: The private field `NGit.Storage.File.GC.RepoStatistics._enclosing' is assigned but its value is never used
Refactoring/Script.cs(105,45): warning CS0419: Ambiguous reference in cref attribute `Replace'. Assuming `ICSharpCode.NRefactory.CSharp.Refactoring.Script.Replace(int, int, string)' but other overloads including `ICSharpCode.NRefactory.CSharp.Refactoring.Script.Replace(ICSharpCode.NRefactory.CSharp.AstNode, ICSharpCode.NRefactory.CSharp.AstNode)' have also matched
Resolver/OverloadResolution.cs(942,54): warning CS1573: Parameter `returnTypeOverride' has no matching param tag in the XML comment for `ICSharpCode.NRefactory.CSharp.Resolver.OverloadResolution.CreateResolveResult(ICSharpCode.NRefactory.Semantics.ResolveResult, System.Collections.Generic.IList<ICSharpCode.NRefactory.Semantics.ResolveResult>, ICSharpCode.NRefactory.TypeSystem.IType)'
Parser/mcs/cs-tokenizer.cs(1604,30): warning CS0219: The variable `hasLeadingDot' is assigned but its value is never used
Refactoring/CodeActions/ImplementInterfaceAction.cs(118,29): warning CS0219: The variable `def' is assigned but its value is never used
Refactoring/CodeIssues/RedundantToStringIssue.cs(167,37): warning CS0219: The variable `target' is assigned but its value is never used
Parser/mcs/statement.cs(2080,21): warning CS0414: The private field `Mono.CSharp.Block.clone_id' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.Projects/HelpService.cs(145,101): warning CS0618: `Monodoc.RootTree.RenderUrl(string, out Monodoc.Node)' is obsolete: `Use the RenderUrl variant accepting a generator'
MonoDevelop.Projects/HelpService.cs(164,66): warning CS0618: `Monodoc.RootTree.GetHelpXml(string)' is obsolete: `Use RawGenerator directly'
MonoDevelop.Projects/HelpService.cs(258,99): warning CS0618: `Monodoc.RootTree.GetHelpXml(string)' is obsolete: `Use RawGenerator directly'
MonoDevelop.Projects/HelpService.cs(264,138): warning CS0618: `Monodoc.RootTree.GetHelpXml(string)' is obsolete: `Use RawGenerator directly'
MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs(1105,38): warning CS0219: The variable `isDefaultProfile' is assigned but its value is never used
Ast/Transforms/IntroduceUsingDeclarations.cs(167,49): warning CS0219: The variable `oldMemberTypes' is assigned but its value is never used
Ast/Transforms/PatternStatementTransform.cs(360,45): warning CS0219: The variable `enumeratorVar' is assigned but its value is never used
Ast/TypesHierarchyHelpers.cs(281,37): warning CS0219: The variable `methodContext' is assigned but its value is never used
Disassembler/MethodBodyDisassembler.cs(88,45): warning CS0219: The variable `startLocation' is assigned but its value is never used
ILAst/PeepholeTransform.cs(640,32): warning CS0219: The variable `incrementCode' is assigned but its value is never used
Ast/Transforms/ExpressionTreeConverter.cs(53,44): warning CS0414: The private field `ICSharpCode.Decompiler.Ast.Transforms.ExpressionTreeConverter.context' is assigned but its value is never used
Ast/Transforms/IntroduceExtensionMethods.cs(31,44): warning CS0414: The private field `ICSharpCode.Decompiler.Ast.Transforms.IntroduceExtensionMethods.context' is assigned but its value is never used
Disassembler/MethodBodyDisassembler.cs(39,44): warning CS0414: The private field `ICSharpCode.Decompiler.Disassembler.MethodBodyDisassembler.cancellationToken' is assigned but its value is never used
Disassembler/ReflectionDisassembler.cs(39,33): warning CS0414: The private field `ICSharpCode.Decompiler.Disassembler.ReflectionDisassembler.currentMember' is assigned but its value is never used
ILAst/TypeAnalysis.cs(78,25): warning CS0414: The private field `ICSharpCode.Decompiler.ILAst.TypeAnalysis.method' is assigned but its value is never used
ILAst/StateRange.cs(136,42): warning CS0414: The private field `ICSharpCode.Decompiler.ILAst.StateRangeAnalysis.stateField' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.Ide.Commands/FileCommands.cs(276,65): warning CS0618: `MonoDevelop.Ide.ImageService.GetStockId(Gdk.Pixbuf, Gtk.IconSize)' is obsolete: `Easy to misuse and leak memory. Register icon properly, or use pixbuf directly.'
MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs(92,34): warning CS0618: `Monodoc.Node.Nodes' is obsolete: `Use ChildNodes'
MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs(121,34): warning CS0618: `Monodoc.Node.Nodes' is obsolete: `Use ChildNodes'
MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs(124,49): warning CS0618: `Monodoc.Node.Nodes' is obsolete: `Use ChildNodes'
MonoDevelop.Ide.Desktop/PlatformService.cs(246,53): warning CS0219: The variable `initialize' is assigned but its value is never used
MonoDevelop.Ide.Gui.OptionPanels/SdkLocationPanel.cs(69,40): warning CS0618: `MonoDevelop.Ide.Gui.OptionPanels.SdkLocationPanel.DefaultSdkLocation' is obsolete: `Use DefaultSdkLocations'
MonoDevelop.Ide.Gui.OptionPanels/SdkLocationPanel.cs(69,102): warning CS0618: `MonoDevelop.Ide.Gui.OptionPanels.SdkLocationPanel.DefaultSdkLocation' is obsolete: `Use DefaultSdkLocations'
MonoDevelop.Ide.TypeSystem/MonoDocDocumentationProvider.cs(70,56): warning CS0618: `Monodoc.RootTree.GetHelpXml(string)' is obsolete: `Use RawGenerator directly'
MonoDevelop.Ide.TypeSystem/MonoDocDocumentationProvider.cs(74,56): warning CS0618: `Monodoc.RootTree.GetHelpXml(string)' is obsolete: `Use RawGenerator directly'
MonoDevelop.Components.Docking/DockItem.cs(68,22): warning CS0169: The private field `MonoDevelop.Components.Docking.DockItem.allowPlaceholderDocking' is never used
MonoDevelop.Components.Docking/DockItem.cs(69,35): warning CS0414: The private field `MonoDevelop.Components.Docking.DockItem.fleurCursor' is assigned but its value is never used
MonoDevelop.Components.Docking/DockItem.cs(70,35): warning CS0414: The private field `MonoDevelop.Components.Docking.DockItem.handCursor' is assigned but its value is never used
MonoDevelop.Components.Docking/TabStrip.cs(45,27): warning CS0414: The private field `MonoDevelop.Components.Docking.TabStrip.frame' is assigned but its value is never used
MonoDevelop.Ide.Updater/UpdateService.cs(39,30): warning CS0414: The private field `MonoDevelop.Ide.Updater.UpdateService.autoUpdateTimer' is assigned but its value is never used
MonoDevelop.Components.MainToolbar/RoundButton.cs(72,38): warning CS0414: The private field `MonoDevelop.Components.MainToolbar.RoundButton.btnPressed' is assigned but its value is never used
MonoDevelop.Components.MainToolbar/RoundButton.cs(72,50): warning CS0414: The private field `MonoDevelop.Components.MainToolbar.RoundButton.btnInactive' is assigned but its value is never used
MonoDevelop.Components.MainToolbar/RoundButton.cs(72,63): warning CS0414: The private field `MonoDevelop.Components.MainToolbar.RoundButton.btnHover' is assigned but its value is never used
SoftDebuggerSession.cs(59,36): error CS0433: The imported type `Mono.CompilerServices.SymbolWriter.MonoSymbolFile' is defined multiple times
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
gtk-gui/generated.cs(11,37): warning CS0436: The type `Stetic.Gui' conflicts with the imported type of same name'. Ignoring the imported type definition
gtk-gui/generated.cs(32,63): warning CS0436: The type `Stetic.IconLoader' conflicts with the imported type of same name'. Ignoring the imported type definition
gtk-gui/generated.cs(55,39): warning CS0436: The type `Stetic.ActionGroups' conflicts with the imported type of same name'. Ignoring the imported type definition
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.WebReferences/MoonlightChannelBaseExtension.cs(344,29): warning CS0219: The variable `outArgs' is assigned but its value is never used
MonoDevelop.WebReferences.WS/WebServiceDiscoveryResultWS.cs(130,78): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete'
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
Dialogs/MacSelectFileDialogHandler.cs(112,39): warning CS0618: `MonoMac.AppKit.NSSavePanel.Directory' is obsolete: `On 10.6 and newer use DirectoryUrl instead'
Dialogs/MacSelectFileDialogHandler.cs(127,61): warning CS0618: `MonoMac.AppKit.NSOpenPanel.RunModal(string, string, string[])' is obsolete: `On 10.6 and newer use runModal:'
Dialogs/MacSelectFileDialogHandler.cs(130,46): warning CS0618: `MonoMac.AppKit.NSSavePanel.RunModal(string, string)' is obsolete: `On 10.6 and newer use RunModal without parameters instead'
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
gtk-gui/generated.cs(56,31): warning CS0436: The type `Stetic.BinContainer' conflicts with the imported type of same name'. Ignoring the imported type definition
MonoDevelop.Debugger/ObjectValueTreeView.cs(822,46): warning CS0219: The variable `first' is assigned but its value is never used
MonoDevelop.Debugger/Initializer.cs(67,30): warning CS0219: The variable `disassemblyCurrent' is assigned but its value is never used
MonoDevelop.Debugger/DisassemblyView.cs(252,30): warning CS0219: The variable `moveCaret' is assigned but its value is never used
gtk-gui/generated.cs(11,37): warning CS0436: The type `Stetic.Gui' conflicts with the imported type of same name'. Ignoring the imported type definition
gtk-gui/generated.cs(32,63): warning CS0436: The type `Stetic.IconLoader' conflicts with the imported type of same name'. Ignoring the imported type definition
gtk-gui/generated.cs(107,39): warning CS0436: The type `Stetic.ActionGroups' conflicts with the imported type of same name'. Ignoring the imported type definition
MonoDevelop.Debugger.Visualizer/TextVisualizer.cs(40,29): warning CS0414: The private field `MonoDevelop.Debugger.Visualizer.TextVisualizer.val' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using 'System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
SoftDebuggerEngine.cs(35,22): error CS0234: The type or namespace name `Soft' does not exist in the namespace `Mono.Debugging'. Are you missing an assembly reference?
CustomSoftDebuggerEngine.cs(34,22): error CS0234: The type or namespace name `Soft' does not exist in the namespace `Mono.Debugging'. Are you missing an assembly reference?
SoftDebuggerEngine.cs(102,58): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
CustomSoftDebuggerEngine.cs(71,24): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
CustomSoftDebuggerEngine.cs(109,49): error CS0115: `MonoDevelop.Debugger.Soft.CustomSoftDebuggerEngine.CustomSoftDebuggerSession.OnRun(Mono.Debugging.Client.DebuggerStartInfo)' is marked as an override but no suitable method found to override
CustomSoftDebuggerEngine.cs(127,44): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
CustomSoftDebuggerEngine.cs(159,49): error CS0115: `MonoDevelop.Debugger.Soft.CustomSoftDebuggerEngine.CustomSoftDebuggerSession.EndSession()' is marked as an override but no suitable method found to override
CustomSoftDebuggerEngine.cs(181,49): error CS0115: `MonoDevelop.Debugger.Soft.CustomSoftDebuggerEngine.CustomSoftDebuggerSession.EnsureExited()' is marked as an override but no suitable method found to override
CustomSoftDebuggerEngine.cs(311,36): error CS0246: The type or namespace name `SoftDebuggerStartInfo' could not be found. Are you missing a using directive or an assembly reference?
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.VersionControl.Views/LogWidget.cs(379,76): warning CS0219: The variable `e' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
ThreadAsyncOperation.cs(40,22): warning CS0649: Field `MonoDevelop.TextTemplating.ThreadAsyncOperation.cancelled' is never assigned to, and will always have its default value `false'
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.VersionControl.Subversion/SubversionRepository.cs(59,42): warning CS0108: `MonoDevelop.VersionControl.Subversion.SubversionRepository.VersionControlSystem' hides inherited member `MonoDevelop.VersionControl.Repository.VersionControlSystem'. Use the new keyword if hiding was intended
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.VersionControl.Git/GitRepository.cs(822,29): warning CS0219: The variable `newRevision' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.GtkCore.GuiBuilder/GuiBuilderDisplayBinding.cs(54,52): warning CS0472: The result of comparing value type `bool' with null is `false'
MonoDevelop.GtkCore.GuiBuilder/GuiBuilderDisplayBinding.cs(55,33): warning CS0162: Unreachable code detected
MonoDevelop.GtkCore.GuiBuilder/CodeBinder.cs(257,29): warning CS0219: The variable `ctx' is assigned but its value is never used
MonoDevelop.GtkCore/WidgetParser.cs(62,38): warning CS0618: `MonoDevelop.Ide.TypeSystem.TypeSystemServiceExt.LookupType(this ICSharpCode.NRefactory.TypeSystem.ICompilation, string, string, int)' is obsolete: `Do not use this method. Use type references to resolve types. Type references from full reflection names can be got from ReflectionHelper.ParseReflectionName.'
MonoDevelop.GtkCore/WidgetParser.cs(129,57): warning CS0184: The given expression is never of the provided (`string') type
MonoDevelop.GtkCore/WidgetParser.cs(130,57): warning CS0162: Unreachable code detected
MonoDevelop.GtkCore.GuiBuilder/CodeBinder.cs(56,35): warning CS0414: The private field `MonoDevelop.GtkCore.GuiBuilder.CodeBinder.textFileProvider' is assigned but its value is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.CSharp.Completion/CSharpCompletionTextEditorExtension.cs(712,65): warning CS0108: `MonoDevelop.CSharp.Completion.CSharpCompletionTextEditorExtension.CompletionDataFactory.TypeCompletionData.List' hides inherited member `MonoDevelop.CSharp.Completion.CSharpCompletionTextEditorExtension.CompletionDataFactory.GenericTooltipCompletionData.List'. Use the new keyword if hiding was intended
MonoDevelop.CSharp.Completion/CSharpCompletionTextEditorExtension.cs(702,48): warning CS0169: The private field `MonoDevelop.CSharp.Completion.CSharpCompletionTextEditorExtension.CompletionDataFactory.TypeCompletionData.resolver' is never used
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.AspNet.Parser/WebFormReferenceManager.cs(46,22): warning CS0618: `System.Web.UI.Design.IWebFormReferenceManager' is obsolete: `Use new WebFormsReferenceManager feature'
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'ICSharpCode.Decompiler, Version=0.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49' not resolved
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'ICSharpCode.Decompiler, Version=0.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49' not resolved
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
MonoDevelop.AssemblyBrowser/AssemblyBrowserWidget.cs(162,34): warning CS0618: `ICSharpCode.NRefactory.TypeSystem.CecilLoader.CecilLoader(bool)' is obsolete: `The built-in entity<->cecil mapping is obsolete. Use the OnEntityLoaded callback instead!'
MonoDevelop.AssemblyBrowser/AssemblyBrowserWidget.cs(312,47): warning CS0618: `MonoDevelop.Components.Commands.CommandManager.ShowContextMenu(MonoDevelop.Components.Commands.CommandEntrySet, object)' is obsolete: `Use ShowContextMenu (Gtk.Widget parent, Gdk.EventButton evt, ...)'
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' not resolved
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.WebPages.Deployment, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' not resolved
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'ICSharpCode.Decompiler, Version=0.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49' not resolved
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Users/schani/Work/mono/bockbuild/profiles/monodevelop-mac-dev/build-root/_install/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
AspNetSoftDebuggerEngine.cs(38,22): error CS0234: The type or namespace name `Soft' does not exist in the namespace `Mono.Debugging'. Are you missing an assembly reference?
make[2]: *** [sln_build] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment