FLT-145 Build Report¶
Date: 2026-07-19
Gates¶
dotnet build -warnaserror¶
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:09.49
The SDK also emitted informational NETSDK1057 messages because this machine uses .NET SDK 10.0.400-preview.0.26322.102.
dotnet test¶
Passed! - Failed: 0, Passed: 532, Skipped: 0, Total: 532, Duration: 3 s - FleetMissionControl.Api.Tests.dll (net10.0)
cd frontend; npx ng build¶
Initial chunk files | Names | Raw size | Estimated transfer size
main-IIZ646WJ.js | main | 397.32 kB | 94.91 kB
styles-2KKW5AWO.css | styles | 1.92 kB | 631 bytes
| Initial total | 399.24 kB | 95.55 kB
Application bundle generation complete. [7.596 seconds] - 2026-07-19T06:45:40.929Z
cd frontend; npx ng lint¶
Linting "frontend"...
All files pass linting.
cd frontend; npx vitest run¶
Test Files 24 passed (24)
Tests 256 passed (256)
Duration 5.33s
cd frontend; npm run check:drift¶
> frontend@0.0.0 check:drift
> npm run generate:client && git diff --exit-code -- src/app/api/fleet-api.generated.ts
> frontend@0.0.0 generate:client
> nswag run nswag.json
Executing file 'nswag.json' with variables ''...
Done.
Duration: 00:00:00.8149053
Exit code: 0. No API contract changed; the generated client has no content diff.
Dependency preparation¶
The worktree initially had no usable frontend/node_modules; the first Vitest attempt failed to resolve @analogjs/vite-plugin-angular and vite. npm install completed locally (added 680 packages) before the successful gates above. It reported three low-severity audit findings; no dependency files changed.