This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Commit b4c11ca
Replace .sln with .slnx; drop IDE-template scaffolding
The tracked GraphicalTools.sln carried stale ProjectReferences to
local Terminal.Gui sources, breaking CI's `dotnet test` (which was
implicitly resolving the solution). Switch to the modern .slnx format
and track it directly so the solution is reviewable and small.
- Replace GraphicalTools.sln with GraphicalTools.slnx (5-line XML;
lists the 3 real projects, no dead Terminal.Gui ProjectReferences)
- Stop ignoring .slnx and .vscode/; track them
- Remove tools/initDevEnvironment.ps1 and tools/ide/ — no longer
needed; .slnx is small enough to track and VS Code workspace
files are now the supported way to share dev config
- Add .vscode/{launch,tasks,extensions}.json:
* launch.json: single coreclr profile with a pickString input for
selecting one of the OCGV / Show-ObjectTree sample commands
* tasks.json: build (Invoke-Build), test (zero-arg dotnet test
auto-resolves the .slnx), clean
* extensions.json: recommends C# Dev Kit + PowerShell
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 23b1afa commit b4c11ca
6 files changed
Lines changed: 5 additions & 240 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments