Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Attribute properties are missing #1056

Open
CoffeeParser opened this issue Dec 11, 2018 · 1 comment
Open

Attribute properties are missing #1056

CoffeeParser opened this issue Dec 11, 2018 · 1 comment

Comments

@CoffeeParser
Copy link

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?
@kg
Copy link
Member

kg commented Dec 11, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants