Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1
-
None
-
Debian unstable/testing, mono 2.0.1
-
Patch Available
Description
/usr/bin/make -C /home/eevans/git/thrift/thrift/lib/csharp
make[1]: Entering directory `/home/eevans/git/thrift/thrift/lib/csharp'
gmcs src/Collections/THashSet.cs src/Protocol/TBase.cs src/Protocol/TProtocolException.cs src/Protocol/TProtocolFactory.cs src/Protocol/TList.cs src/Protocol/TSet.cs src/Protocol/TMap.cs src/Protocol/TProtocolUtil.cs src/Protocol/TMessageType.cs src/Protocol/TProtocol.cs src/Protocol/TType.cs src/Protocol/TField.cs src/Protocol/TMessage.cs src/Protocol/TStruct.cs src/Protocol/TBinaryProtocol.cs src/Server/TThreadedServer.cs src/Server/TThreadPoolServer.cs src/Server/TSimpleServer.cs src/Server/TServer.cs src/Transport/TBufferedTransport.cs src/Transport/TTransport.cs src/Transport/TSocket.cs src/Transport/TTransportException.cs src/Transport/TStreamTransport.cs src/Transport/TServerTransport.cs src/Transport/TServerSocket.cs src/Transport/TTransportFactory.cs src/TProcessor.cs src/TApplicationException.cs /out:Thrift.dll /target:library
src/Collections/THashSet.cs(40,42): error CS1061: Type `System.Collections.Generic.HashSet<T>' does not contain a definition for `IsReadOnly' and no extension method `IsReadOnly' of type `System.Collections.Generic.HashSet<T>' could be found (are you missing a using directive or an assembly reference?)
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [Thrift.dll] Error 1
make[1]: Leaving directory `/home/eevans/git/thrift/thrift/lib/csharp'