Namespace CLI.CliniCore.Service
Classes
- ConsoleMenuBuilder
Builds console menus based on user role and session state. Delegates command execution to MenuExecutor.
- ServiceContainer
Dependency injection container that leverages Microsoft.Extensions.DependencyInjection and the CoreServiceBootstrapper for consistent service configuration.
- ThreadSafeConsoleManager
Thread-safe singleton for managing console operations. Prevents race conditions between main UI thread and background threads (like resize listener).
- UserInputCancelledException
Exception thrown when user cancels input by pressing Escape