Skip to content

Fix InvalidCastException triggered by non-string group keys#76

Merged
nblumhardt merged 3 commits into
devfrom
invalid-cast-in-attachments
Jun 8, 2026
Merged

Fix InvalidCastException triggered by non-string group keys#76
nblumhardt merged 3 commits into
devfrom
invalid-cast-in-attachments

Conversation

@nblumhardt

Copy link
Copy Markdown
Member

Regression introduced in #71.


// Timestamp as ISO-8601 string
text.Append(SlackSyntax.Code(columns[1]));
text.Append(SlackSyntax.Code(columns[1] as string ?? ""));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

columns[...] seems to be referring to some schema that is not defined here. Even something like columns[TIMESTAMP_INDEX] would help.

@nblumhardt nblumhardt merged commit d4809d7 into dev Jun 8, 2026
2 checks passed
@nblumhardt nblumhardt deleted the invalid-cast-in-attachments branch June 8, 2026 06:15
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