Skip to content

Use MOXY for ITwAttributeComponent and implementation #5

@StevenTCramer

Description

@StevenTCramer

We curently have IAttributeComponent and the base component implementing it.

public class BaseComponent :  IAttributeComponent
{
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> Attributes { get; set; } = new Dictionary<string, object>();
}

This could easily be done with a an attribute and Moxy.

Would be nice to add those to TimeWarp-SourceGen library.

[TW_Attributes]
internal class Person {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions