AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

plinqo enum namespace #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Set the plinqo to generate enum members
2.set the "dbml" and "queries" in one assembly and the "entities" at different 
assembly's and namespace

3.generate output -> the "queries" generated without using the "entites" 
namespace, and the "using" should add manually. 

What is the expected output? What do you see instead?
the queries extension files will generate "using EntitiesNamespace" 

What version of the product are you using?
plinqo v5

Please provide any additional information below.

Original issue reported on code.google.com by elih...@gmail.com on 27 Jun 2010 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 28 Jun 2010 at 5:58

GoogleCodeExporter commented 9 years ago
Hello,

We will consider adding this in a future release of PLINQO.

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 1 Jul 2010 at 4:40

GoogleCodeExporter commented 9 years ago
My work around for this, put everthing in the same namespace.

I have this problems as well when putting the interfaces in a different 
namespace from the entities.

Original comment by t...@troyzarger.com on 6 Jul 2010 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by paul.wel...@gmail.com on 20 Jul 2010 at 1:09

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1838.

- make enums use full namespace

Original comment by paul.wel...@gmail.com on 20 Jul 2010 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by paul.wel...@gmail.com on 20 Jul 2010 at 2:46

GoogleCodeExporter commented 9 years ago
the fixed version work for me.
thanks.

Original comment by elih...@gmail.com on 3 Feb 2011 at 8:49