Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 12, 2025

Summary

This PR completes the second part of issue #22 by updating scripts that were expecting .sln files to be in the repository root, after they were moved to the csharp/ directory.

Changes Made

  • Updated CodeChanges/RemoveCppProjectsInSln.sh to search for .sln files in ./csharp directory instead of the root directory
  • Changed the find command from find . -type f -name "*.sln" to find ./csharp -type f -name "*.sln"

Issue Context

From issue #22 checklist:

  • Move slns to csharp/ (already completed)
  • Change scripts that are expecting sln to be in a repository root (completed in this PR)

Testing

  • Verified the updated script correctly finds and processes .sln files in the csharp/ directory
  • The script maintains its original functionality while working with the new file location

Fixes #22

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #22
@konard konard self-assigned this Sep 12, 2025
…rectory

- Changed find command to search in ./csharp directory instead of root
- This addresses the second part of issue #22: updating scripts that expect .sln files in repository root
- Scripts now work correctly after .sln files have been moved to csharp/ directory

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard changed the title [WIP] Create script to move the solution file () to folder in all repositories Fix scripts expecting .sln files in repository root after move to csharp/ directory Sep 12, 2025
@konard konard marked this pull request as ready for review September 12, 2025 18:51
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.

Create script to move the solution file (.+\.sln) to csharp folder in all repositories

2 participants