7c39e89347b5d4c49af7f4c600da7776a05418dd
Reduced file from 481 lines to 108 lines (77.5% reduction) by: - Created ConfigureStringProperties helper method to eliminate repetitive IsUnicode(false) calls - Organized entity configurations into dedicated methods per entity type - Maintained all original functionality while improving maintainability Benefits: - Easier to add new properties or entities - Better code organization and readability - Follows DRY principle - Type-safe using lambda expressions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
C# class library for reading files from PEP.
Languages
C#
100%