claude-code-templates
claude-code-templates copied to clipboard
⚡️Feature: Add csharp/dotnetcore language support with framework templates
🚀 Feature Request: Add C#/.NET Core Language Support
Summary
Add comprehensive C#/.NET Core language support to Claude Code Templates, following the established patterns used by existing languages (Python, JavaScript/TypeScript, Ruby).
Optimized Claude Code configuration for C#/.NET Core projects
- Framework-specific commands and workflows
- Best practices and development standards
- Automation hooks for common C# development tasks
Can I ask a question, is this template tool suitable for the Windows version of Claude?
I am developing C# and frontend React on Windows, but I noticed that many commands are in Bash.
Can I ask a question, is this template tool suitable for the Windows version of Claude?
I am developing C# and frontend React on Windows, but I noticed that many commands are in Bash.
For now, you can use it through WSL (Windows Subsystem for Linux), which gives you access to all the Bash commands as intended.
I will be creating Windows-compatible versions of the commands (Command Prompt, PowerShell) and will notify you when it's ready.
mark
I have been working on something like this in my dot files repo. The Claude specific config is located here: https://github.com/NotMyself/new-windows-dev-pc/tree/main/settings/claude
I am relatively new to Claude. Would love to help someone with a bit more experience flesh out the idea.