Multi-scene webcam (schema v3/v4): singleton Webcam + per-scene WebcamSceneConfig, right-click OBS-style border/context menu, persisted round-to-rect restore + legacy-square 16:9 heal, dark MenuItem template, tests (25 passing)
This commit is contained in:
@@ -51,8 +51,14 @@ conventions live here and in `ai.md`.
|
||||
|
||||
## Build
|
||||
|
||||
From WSL, ALWAYS use the Windows dotnet host — Linux `dotnet` re-downloads the
|
||||
`windowsdesktop.app.*` packs over the slow 9p bridge and re-restores twice (WPF
|
||||
`_wpftmp`), and `--no-restore` right after an interrupted restore produces bogus
|
||||
`NETSDK1064` errors. See `ai.md` → Run for the exact commands and why.
|
||||
|
||||
```bash
|
||||
dotnet build # Windows-only WPF; builds from WSL via EnableWindowsTargeting
|
||||
"/mnt/c/Program Files/dotnet/dotnet.exe" build "C:\Users\gramp\Documents\Code\projects\ytLive\ytLive.csproj"
|
||||
"/mnt/c/Program Files/dotnet/dotnet.exe" vstest "C:\Users\gramp\Documents\Code\projects\ytLive\ytLive.Tests\bin\Debug\net8.0-windows10.0.19041.0\ytLive.Tests.dll"
|
||||
```
|
||||
|
||||
Keep it at **0 warnings**. Running requires Windows. On a silent startup crash,
|
||||
|
||||
Reference in New Issue
Block a user