You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2010/11/10 20:12:13 UTC

[jira] Created: (QPID-2939) Qpid .NET Messaging Binding has stray references and using statements

Qpid .NET Messaging Binding has stray references and using statements
---------------------------------------------------------------------

                 Key: QPID-2939
                 URL: https://issues.apache.org/jira/browse/QPID-2939
             Project: Qpid
          Issue Type: Improvement
    Affects Versions: 0.9
         Environment: Windows build
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke
             Fix For: 0.9


Various projects in the .NET Binding for Qpid Messaging have references to assemblies that are not needed. Further, several source modules have 'using' clauses that are not needed.

Aside from being ordinary 'bad form', the extra references create false dependencies on .NET Framework 3.5 that prevent a user from conveniently refactoring the code to use .NET Framework 2.0. Nothing in the .NET Binding depends on any features of any .NET Framework beyond v2.0.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-2939) Qpid .NET Messaging Binding has stray references and using statements

Posted by "Chuck Rolke (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Rolke resolved QPID-2939.
-------------------------------

    Resolution: Fixed

fixed by checkin 1033679

> Qpid .NET Messaging Binding has stray references and using statements
> ---------------------------------------------------------------------
>
>                 Key: QPID-2939
>                 URL: https://issues.apache.org/jira/browse/QPID-2939
>             Project: Qpid
>          Issue Type: Improvement
>    Affects Versions: 0.9
>         Environment: Windows build
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>             Fix For: 0.9
>
>
> Various projects in the .NET Binding for Qpid Messaging have references to assemblies that are not needed. Further, several source modules have 'using' clauses that are not needed.
> Aside from being ordinary 'bad form', the extra references create false dependencies on .NET Framework 3.5 that prevent a user from conveniently refactoring the code to use .NET Framework 2.0. Nothing in the .NET Binding depends on any features of any .NET Framework beyond v2.0.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org