Skip to content

[TypeLibrary] Action, Action<>, Func<>, Task<> types is not registered in TypeLibrary #1099

@bub-bl

Description

@bub-bl

What can't you do?

If i try to get the type description using TypeLibrary.GetType(typeof(Action<>));, GetType return null for Action, Action<> and Func<>, Task<>.
Im creating an rpc callback system, and i need to create a generic type of Action<>, Func<> or Task<>

How would you like it to work?

Just register this types, so we can access it from TypeLibrary.GetType

What have you tried?

Above

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions