claude-code-templates icon indicating copy to clipboard operation
claude-code-templates copied to clipboard

⚡️Feature: Add csharp/dotnetcore language support with framework templates

Open duartium opened this issue 4 months ago • 4 comments

🚀 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
Image

duartium avatar Jul 25 '25 01:07 duartium

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.

Edemilorhea avatar Aug 07 '25 02:08 Edemilorhea

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.

duartium avatar Aug 07 '25 03:08 duartium

mark

ImViper avatar Aug 16 '25 04:08 ImViper

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.

NotMyself avatar Aug 20 '25 14:08 NotMyself