Open Issues Need Help
View All on GitHub Don't write to Console.Error directly, use ILogger.Error() about 1 month ago
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
Suggestion: Use a `partial` class vs exposing public class members to generated code about 2 months ago
help wanted
Suggestion: use raw string literals for multiline text about 2 months ago
enhancement help wanted good first issue
[Feature] Using new Lock api when target Net 9+ about 2 months ago
help wanted good first issue
Don't call Environment.Exit() to forcibly kill the process about 2 months ago
help wanted good first issue