[ 
https://issues.apache.org/jira/browse/ETCH-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Veith updated ETCH-265:
------------------------------

    Fix Version/s:     (was: 1.4.0)
                   1.5.0

> CSharp binding not compatible with .Net 2.0
> -------------------------------------------
>
>                 Key: ETCH-265
>                 URL: https://issues.apache.org/jira/browse/ETCH-265
>             Project: Etch
>          Issue Type: Bug
>          Components: binding-csharp
>            Reporter: Yann Nicolas
>             Fix For: 1.5.0
>
>         Attachments: ETCH-265.patch
>
>
> In the documentation, it is said that C# binding is compatible with .Net 2.0. 
> However, it is not because the  class BlockingCollection is used in the files 
> "UdpConnection.cs" and "UdpListener.cs", and that class is only available 
> starting with .Net 4.0.
> Being compatible with .Net 2.0 allow to use Etch in project where it is 
> impossible to have an updated version of .Net (eg. Mono, Windows Compact 
> Framework, ...)
> To fix the issue it should be enough to replace the BlockingCollection by a 
> collection available in .Net 2.0 handling the concurrency through locks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to