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
Original issue reported on code.google.com by
giladkhen@gmail.com
on 19 May 2013 at 11:04