Skip to content

Add GuidTypeReader for component interaction parameters#295

Open
mavanmanen wants to merge 3 commits intoNetCordDev:alphafrom
mavanmanen:feature/guidTypeReader
Open

Add GuidTypeReader for component interaction parameters#295
mavanmanen wants to merge 3 commits intoNetCordDev:alphafrom
mavanmanen:feature/guidTypeReader

Conversation

@mavanmanen
Copy link

@mavanmanen mavanmanen commented Mar 7, 2026

Guids are often used for ID and such, this simplifies passing it to a component without having to parse it ourselves.

…der.cs

Co-authored-by: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com>
@mavanmanen mavanmanen requested a review from KubaZ2 March 7, 2026 11:13
{ typeof(Timestamp), new TypeReaders.TimestampTypeReader<TContext>() },
{ typeof(CodeBlock), new TypeReaders.CodeBlockTypeReader<TContext>() }
{ typeof(CodeBlock), new TypeReaders.CodeBlockTypeReader<TContext>() },
{ typeof(Guid, new TypeReaders.GuidTypeReader<TContext>() }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ typeof(Guid, new TypeReaders.GuidTypeReader<TContext>() }
{ typeof(Guid), new TypeReaders.GuidTypeReader<TContext>() }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants