Scramasax / sharpkit

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

ShaprpKit NoCLR attributes cause SKC exception when used from addembly that does not reference SharpKit.JavaScript #293

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a SharpKit assmebly "A"
2. add noclr atttibute such as [assembly: JsType(JsMode.Prototype, 
Export=false, TargetTypeName = "System.Collections.Generic.List`1", Name = 
"Array", NativeArrayEnumerator = true, NativeEnumerator = false)]
3. create a new ASP.NET web app "B"
4. add reference to "A" from "B"
5. compile (->error)
6. reference "SharpKit.JavaScript" from "B"
7. compile (->success)

Original issue reported on code.google.com by giladkhen@gmail.com on 19 May 2013 at 11:04