Skip to content

FLT-141 Phase 1 build report

Final gate results from wt/WT-6022/FLT-141 on 2026-07-19.

Backend

dotnet build -warnaserror

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:03.06

dotnet test

Passed!  - Failed:     0, Passed:   530, Skipped:     0, Total:   530, Duration: 4 s - FleetMissionControl.Api.Tests.dll (net10.0)

Frontend

npx ng build

Initial chunk files | Names         |  Raw size | Estimated transfer size
main-FSZXNE6K.js    | main          | 392.17 kB |                93.44 kB
styles-2KKW5AWO.css | styles        |   1.92 kB |               631 bytes

                    | Initial total | 394.09 kB |                94.08 kB

Application bundle generation complete. [4.036 seconds]

npx ng lint

Linting "frontend"...

All files pass linting.

npx vitest run

Test Files  22 passed (22)
     Tests  251 passed (251)
  Duration  10.50s

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

Executing file 'nswag.json' with variables ''...
Done.

Duration: 00:00:01.0451779

The generated client and openapi/FleetMissionControl.Api.json are included in the commit.