meta: add fx.diagnostics namespace and assembly

the fx.diagnostics namespace includes a process class for starting and managing processes
This commit is contained in:
2026-06-10 19:08:45 +01:00
parent 2512611f8f
commit a4e797f619
6 changed files with 455 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
add_fx_assembly(
NAME fx.diagnostics
NAMESPACES fx.diagnostics
DEPENDENCIES fx.runtime fx.collections fx.io)