This repository was archived by the owner on Aug 24, 2022. It is now read-only.

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