docs: update CLAUDE.md
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user