Commit 1f06cf5
Fix .NET SDK prerequisites in CONTRIBUTING.md (#87)
* Initial plan
* Update CONTRIBUTING.md: clarify .NET SDK prerequisites
- Mark 'just' as optional since commands can be run directly
- Add Node.js and TypeScript as requirements for .NET SDK (needed for test harness)
- Add npm install instructions for ./nodejs and ./test/harness directories
- Update "Running tests and linters" section to clarify 'just' is optional
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
* Fix: Remove unnecessary TypeScript installation step
TypeScript and tsx are included as npm dependencies and don't need separate installation
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
* Fix: Use consistent path navigation from repository root
Changed from relative path (cd ../test/harness) to absolute path from repo root (cd test/harness) for consistency
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
* Clarify commands are run from repository root
Added "(from the repository root)" to npm install step for clarity
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>1 parent 2c3ceb4 commit 1f06cf5
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
62 | | - | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
0 commit comments