the signals and their derived score are provisional and subject to change.
validate manually before sharing.
8aa234b204c1da5a972478ad1d09d07a9c92df05none
src/.ai/mcp/mcp.jsonTool: unspecified{
"mcpServers": {
"avalonia-docs": {
"type": "http",
"url": "https://docs-mcp.avaloniaui.net/mcp"
}
}
}agents.mdTool: agents-md# PicView Development Guidelines
## Build & Configuration
- **Solution**: `PicView.slnx` in the `src/` root.
- **Target framework**: `net11.0` (with `net10.0-windows11.0.22621` for Win32 project). Language version set to `preview`.
- **Platforms**: `x64` and `arm64` only — all projects specify `<Platforms>x64;arm64</Platforms>`.
- **AOT**: `PicView.Core` is configured for Native AOT (`PublishAot`, `Trimming=full`, `IsAotCompatible`). Keep new Core code AOT-compatible (no reflection-heavy patterns).
- **src/.aiTool: laravel-boostnone