Scramasax / sharpkit

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

Move all JsAttributes in plugin dll to a different namespce #322

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Avoid name collision

Original issue reported on code.google.com by DanelK...@gmail.com on 21 Oct 2013 at 7:47

GoogleCodeExporter commented 9 years ago
do you mean moving the JsAttributes in skc5.exe (SharpKit.JavaScript.Js*) 
moving to SharpKit.othernamespace? What should be moved to what?

Original comment by sebastia...@gmail.com on 3 Nov 2013 at 2:08

GoogleCodeExporter commented 9 years ago
All mirrored attributes - currently in SKC5 should be PREFIXED before the 
namespace, with "Mirrored"
SharpKit.JavaScript.JsAttribute -> Mirrored.SharpKit.JavaScript.JsAttribute
The attribute to clr converter should always lookup the mirrored type before 
trying the unmirrored type.

Original comment by DanelK...@gmail.com on 5 Nov 2013 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@gmail.com on 23 Nov 2013 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@gmail.com on 23 Nov 2013 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@gmail.com on 23 Nov 2013 at 1:55