Console API inventory
Provides familiar Console input, output, color, cursor, and key APIs over native terminal facilities.
Ownership and selection
| Fact | Pinned value |
|---|---|
| Physical owner | modules/console |
| CMake target | SharpRuntime::Console |
| Component kind | static |
| Direct production dependencies | Core.Base |
| External dependency | None |
| Public headers | 7 |
| Production sources | 1 |
Select the component
set(SHARP_RUNTIME_COMPONENTS Console)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)
target_link_libraries(app PRIVATE SharpRuntime::Console)Compatibility and platform notes
Basic stream output is broadly portable. Color, cursor, and key behavior depends on the host terminal and should not be treated as a virtualized .NET console.
Implementation-status evidence
The owning module contains 4 C++ test sources and participates in a physical component test executable. Source-file count is not a discovered-test count.
This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.
Public header and entry inventory
This complete list is derived from modules/console/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.