Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.