Posted 17 years ago by Alex
Version: 4.0.0234
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
Hello,

I've run across a proble with "using" statements. It looks like the parser doesn't recognize them - here is a snippet:

using System;
using System.Drawing;
using System.Windows.Forms;
namespace TEST
{
    using MyButton = Button;
    class Foo
    {
        void Do()
        {
            Button b;
            MyButton b1;
            b1.
        }
    }
}
I don't think it is a big problem, but just want you to know.
Thanks,
Alex

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Alex,

It looks like our implementation will allow aliases for namespaces but isn't resolving aliases to types. I'll add this as a bug to the TODO list. Thanks for the sample!


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.