[Mono-dev] ConcurrentDictionary.cs breakng the svn trunk
Tony Alexander Hild
tony_hild at yahoo.com
Mon Aug 3 21:33:20 EDT 2009
Hi,
I can't build from trunk due this exception
make[8]: Entering directory `/home/tony/mono/mcs/class/corlib'
MCS [net_4_0] mscorlib.dll
System.Reflection/MonoGenericClass.cs(247,36): warning CS0168: The variable `accessor' is declared but never used
System.Threading.Tasks/Future.cs(118,41): warning CS3005: Identifier `System.Threading.Tasks.Task<TResult>.ContinueWith<TNewResult>(System.Func<System.Threading.Tasks.Task<TResult>,TNewResult>)' differing only in case is not CLS-compliant
System.Threading.Tasks/Task.cs(174,38): (Location of the symbol related to previous warning)
System.Collections.Concurrent/ConcurrentDictionary.cs(34,22): error CS0737: `System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>' does not implement interface member `System.Collections.IDictionary.GetEnumerator()' and the best implementing candidate `System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>.System.Collections.IDictionary.Add(object, object)' in not public
System.Collections/IDictionary.cs(63,43): (Location of the symbol related to previous error)
System.Collections.Concurrent/ConcurrentDictionary.cs(308,34): (Location of the symbol related to previous error)
System.Collections.Concurrent/ConcurrentDictionary.cs(34,22): error CS0535: `System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>' does not implement interface member `System.Collections.IDictionary.Keys.get'
System.Collections/IDictionary.cs(51,36): (Location of the symbol related to previous error)
System.Collections.Concurrent/ConcurrentDictionary.cs(34,22): error CS0737: `System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>' does not implement interface member `System.Collections.IDictionary.Values.get' and the best implementing candidate `System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>.System.Collections.IDictionary.Contains(object)' in not public
System.Collections/IDictionary.cs(53,38): (Location of the symbol related to previous error)
System.Collections.Concurrent/ConcurrentDictionary.cs(276,34): (Location of the symbol related to previous error)
Compilation failed: 3 error(s), 2 warnings
Tony
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090803/771e735c/attachment.html
More information about the Mono-devel-list
mailing list