JSIL does not include attribute properties in the output... example: **C#** `[ProtoMember(3, AsReference = true)]` **JSIL** `.Attribute($asm10.TypeRef("ProtoBuf.ProtoMemberAttribute"), function () { return [3]; });` 1. Is there a possibility to include the `AsReference=true` into the JSIL generated output? 2. Where do I have to look?
JSIL does not include attribute properties in the output... example:
C#
[ProtoMember(3, AsReference = true)]JSIL
.Attribute($asm10.TypeRef("ProtoBuf.ProtoMemberAttribute"), function () { return [3]; });AsReference=trueinto the JSIL generated output?