Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Reduce or remove custom class extension #132

Open
@ckarenz

Description

@ckarenz

We currently support class extension through a custom attribute ExtendClassAttribute, which Llilum handles in ApplyClassExtension. This mechanism exists to allow Llilum-specific runtime code to exist in a separate assembly from mscorlib, without polluting the existing CLR interfaces.

Unfortunately, this approach is a bit fragile and adds significantly to both complexity and build time. If possible, we would like to replace this with a more CLI-friendly way of doing things.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions