7ac80ab8d08d3d4df948565bdae9be8d5ab80f7e
Changed from using .ToHashSet() extension method (which may not be available in some EF Core versions) to .ToListAsync() followed by creating a HashSet from the list. This ensures compatibility across different EF Core versions while maintaining the same performance characteristics. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
C#
66.6%
HTML
31.2%
JavaScript
1.9%
CSS
0.2%
Dockerfile
0.1%