[
https://issues.apache.org/jira/browse/THRIFT-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664619#action_12664619
]
Esteve Fernandez commented on THRIFT-272:
-----------------------------------------
I think I didn't express myself clearly, the issue is that ThreadedServer
(included in the Thrift C# library) uses HashSet#Count and
HashSet#GetEnumerator, which are not available in Mono 1.2.6
According to Mono's roadmap (http://www.mono-project.com/Roadmap), .NET 3.5
will be officially supported in Mono 2.4
> (C#) ThreadedServer fails to build on Ubuntu 8.04
> -------------------------------------------------
>
> Key: THRIFT-272
> URL: https://issues.apache.org/jira/browse/THRIFT-272
> Project: Thrift
> Issue Type: Bug
> Components: Library (C#)
> Reporter: Esteve Fernandez
>
> ThreadedServer no longer compiles in Mono 1.2.6 (shipped with Ubuntu 8.04)
> due to depending on HashSet. HashSet#Count and HashSet#GetEnumerator were
> introduced in .NET 3.5, but aren't available in Mono 1.2.6
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.