Port managed client audio and Windows application
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s

This commit is contained in:
2026-09-16 16:48:06 +02:00
parent 5a226ba543
commit 82ad4c2811
56 changed files with 2304 additions and 250 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ dotnet test dotnet/VoiceCat.slnx -c Release --no-build
See `dotnet/README.md` for C# conventions and required native voice/CLI conformance,
and `docs/api-dotnet.md` for managed interfaces. Phase 4 remains in progress;
media-aware reaping and server administration are implemented. Server deployment hardening
and managed audio/client/Windows cutover are in progress; Apple GUI rewrites follow Windows.
and the managed audio/client core plus Windows cutover are implemented. The Windows publish
contains only the permitted media shim. Accessibility/manual endurance validation and broad
server deployment work remain; Apple GUI rewrites follow Windows.
The default development preset is **`dev`** — it builds everything (server + tools + tests)
with real vcpkg deps. The `skeleton` preset (no deps, stubs only) is a fast smoke check; see