You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/23 22:21:38 UTC

[jira] [Commented] (THRIFT-3111) C# library requries .NET 4.5 compatible Mono

    [ https://issues.apache.org/jira/browse/THRIFT-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509715#comment-14509715 ] 

ASF GitHub Bot commented on THRIFT-3111:
----------------------------------------

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/459

    THRIFT-3111 C# library requries .NET 4.5 compatible Mono

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift THRIFT-3111

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/459.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #459
    
----
commit f3639caa75f7e7c9aa173bd73396909cd211f9a2
Author: Nobuaki Sukegawa <ns...@gmail.com>
Date:   2015-04-23T19:02:35Z

    THRIFT-3111 C# library requries .NET 4.5 compatible Mono

----


> C# library requries .NET 4.5 compatible Mono
> --------------------------------------------
>
>                 Key: THRIFT-3111
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3111
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process, C# - Library
>            Reporter: Nobuaki Sukegawa
>
> THRIFT-3000 patch uses a .NET 4.5 only overload of {{System.Reflection.PropertyInfo.SetValue}}, causing test failures on Travis-CI.
> This patch enforces:
> * use of .NET 4.5 compatible Mono to build C# lib
> * use of correct Mono C# compiler and compiler flags for the version of sdk
> It makes mandatory to have Mono 3.x or higher to build C#.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)