Skip to content

Commit fd4ea17

Browse files
liamgoldclaude
andcommitted
refactor: Apply modern C# and TypeScript syntax improvements
Applies Copilot suggestions for code modernization: C# Changes: - Replace Substring(0, n) with range indexer [..n] syntax - More concise and idiomatic for .NET 8 TypeScript Changes: - Eliminate intermediate Array allocation in base64 to Uint8Array conversion - Directly create Uint8Array and populate in loop for better performance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f19f2d3 commit fd4ea17

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

0 commit comments

Comments
 (0)