You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Anthony Abate (JIRA)" <ji...@apache.org> on 2008/11/13 18:14:44 UTC

[jira] Commented: (THRIFT-204) C# Partial Classes

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

Anthony Abate commented on THRIFT-204:
--------------------------------------


I think it safe to change all 'public class' to 'public partial class'

any objections?

> C# Partial Classes
> ------------------
>
>                 Key: THRIFT-204
>                 URL: https://issues.apache.org/jira/browse/THRIFT-204
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (C#)
>         Environment: all
>            Reporter: Anthony Abate
>            Priority: Critical
>         Attachments: partial classes.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Generated classes should be "partial"
> most code generated from Microsoft code generation tools these days is "partial".  This way a developer can easily extend the class.
> If i found the correct line in the t_csharp_generator.cc , then his is a very easy fix.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.