Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nameless extensions #131

Closed
warriordog opened this issue Nov 8, 2023 · 0 comments
Closed

Support nameless extensions #131

warriordog opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
area:code Affects or applies to the library code type:feature New feature or request

Comments

@warriordog
Copy link
Owner

warriordog commented Nov 8, 2023

Many AS extensions, including those used by Mastodon, add new properties onto an existing type. To support them, we should introduce the concept of "untyped extensions". This is a bit of a misnomer, as untyped extensions will still have a C# type and entity. They won't, however, have a value for the type property. They will inherit that from whichever kind of object is being extended.

Prerequisites:

Requirements:

Related:

See also:

@warriordog warriordog added type:feature New feature or request area:code Affects or applies to the library code labels Nov 8, 2023
@warriordog warriordog self-assigned this Nov 8, 2023
@warriordog warriordog changed the title support extensions without a dedicated type Support extensions without a dedicated type Nov 8, 2023
@warriordog warriordog changed the title Support extensions without a dedicated type Support untyped extensions Nov 8, 2023
@warriordog warriordog changed the title Support untyped extensions Support nameless extensions Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:code Affects or applies to the library code type:feature New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant