4 Open Issues Need Help Last updated: Nov 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding a new set of commands to manage application secrets locally using `dotnet user-secrets`. The goal is to provide a secure way to store sensitive information like API keys and connection strings outside of the project's source control, enhancing security and developer workflow.

Complexity: 3/5
enhancement good first issue feature: security priority: high size: M

MCP wrapper for the .NET SDK

C#

AI Summary: This issue proposes adding comprehensive support for managing .NET global and local tools using `dotnet tool` commands. The goal is to enable AI assistants to help users install, list, update, uninstall, search for, and run these essential developer tools.

Complexity: 4/5
enhancement good first issue priority: high size: L

MCP wrapper for the .NET SDK

C#

AI Summary: This issue proposes to refactor the `IsValidAdditionalOptions` security validation method to improve its performance and readability. The current implementation iterates through each character and performs multiple comparisons, while the proposed solution uses a `HashSet` for efficient lookups and a more concise LINQ `All` method.

Complexity: 1/5
enhancement good first issue priority: medium security area: cli-execution size: XS

MCP wrapper for the .NET SDK

C#

AI Summary: This issue proposes adding new AI-assisted tools to manage .NET HTTPS development certificates. These tools would allow developers to easily trust, check, clean, and export these certificates, simplifying local HTTPS development and troubleshooting.

Complexity: 3/5
enhancement good first issue feature: security priority: medium size: S

MCP wrapper for the .NET SDK

C#