Re: creating a type called 'Feature'

2007-06-06 Thread Thilo Goetz
Philip Ogren wrote: If you create a type with the name 'Feature' you get compile errors because of a namespace conflict with the Feature interface. I think this could be easily fixed by simply removing the import statement in the generated code and explicitly providing the fully qualified

creating a type called 'Feature'

2007-06-05 Thread Philip Ogren
If you create a type with the name 'Feature' you get compile errors because of a namespace conflict with the Feature interface. I think this could be easily fixed by simply removing the import statement in the generated code and explicitly providing the fully qualified name for the Feature