You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move global usings from GlobalUsings.cs files to .csproj files
- Convert GlobalUsings.cs files to <Using> ItemGroup in project files
- Remove GlobalUsings.cs files from both LeetCode.CSharp and LeetCode projects
- Maintain same global imports functionality using MSBuild <Using> elements
- Build, tests, and formatting all pass successfully
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments