Skip to content

Conversation

@liammcknightt
Copy link

Description

Refactored buildAndCopy.sh script to Python, have not deleted the original script, have preserved identical build and copy behavior.

Fixes # (issue)

Replaces Unix-only C# install shell script with cross-platform Python implementation to fix Windows compatibility.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I tested by running the script locally to see it completes as expected without any errors and behaves the same as the original script. Can test by cd to CSharpWasm and running the script via python buildAndCopy.py

Testing Checklist

  • Tested in latest Chrome
  • Tested in latest Safari
  • Tested in latest Firefox

Not needed.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have requested a review from ... on the Pull Request

@rabail-aamir
Copy link
Contributor

rabail-aamir commented Jan 12, 2026

Approved. This PR cleanly replaces the Unix-only shell script with a cross-platform Python script, improving Windows compatibility without changing core behaviour. The implementation is clear and well-structured.
Non-blocking: build paths are hardcoded to Debug/net8.0 and _framework assumes dotnet build these can be revisited if build targets change.

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.

2 participants