5 Open Issues Need Help Last updated: Dec 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes refactoring the Host framework to replace direct writes to `Console.Error` with calls to `ILogger.Error()`. The change aims to leverage the standard .NET logging infrastructure, giving users better control over error output for scenarios like CLI tools or telemetry systems. It emphasizes that `ILogger` is generally available within the Host framework.

Complexity: 2/5
help wanted good first issue
enhancement help wanted good first issue
help wanted good first issue