Skip to content

Fix dropdown filter compile error#8

Merged
marksmith1994 merged 1 commit into
masterfrom
claude/add-claude-documentation-MabfT
May 21, 2026
Merged

Fix dropdown filter compile error#8
marksmith1994 merged 1 commit into
masterfrom
claude/add-claude-documentation-MabfT

Conversation

@marksmith1994

Copy link
Copy Markdown
Owner

Summary

Fixes CS1525 build error introduced by the dropdown filters — inline "" string literals inside a Razor @onchange attribute clash with the attribute delimiter. Moved the parsing logic to OnYearChanged / OnGenreChanged methods in the @code block.

https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN


Generated by Claude Code

Inline lambda with "" string literals inside a Razor attribute breaks
the parser. Moved logic to OnYearChanged / OnGenreChanged methods.

https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN
@marksmith1994 marksmith1994 merged commit 97f72ee into master May 21, 2026
3 checks passed
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