docs: update CLAUDE.md

This commit is contained in:
2026-06-13 20:15:28 +02:00
parent b00c5821f2
commit d66490b6be
+2 -2
View File
@@ -36,8 +36,8 @@ by `MainWindow` on desktop and as the single-view root on Android.
## Commands ## Commands
.NET 10 SDK lives in `~/.dotnet`: in non-interactive shells, before any `dotnet` command run .NET 10 SDK lives in `~/.dotnet10`: in non-interactive shells, before any `dotnet` command run
`export PATH="$HOME/.dotnet:$PATH" DOTNET_ROOT="$HOME/.dotnet"`. `export PATH="$HOME/.dotnet10:$PATH" DOTNET_ROOT="$HOME/.dotnet10"`.
- Build: `dotnet build` - Build: `dotnet build`
- Tests (headless, the primary verification layer): `dotnet test` — single: `dotnet test --filter "FullyQualifiedName~TestName"` - Tests (headless, the primary verification layer): `dotnet test` — single: `dotnet test --filter "FullyQualifiedName~TestName"`