Dotnet Change

Use for any change in C#/.NET projects. Do NOT trigger for frontend-only work. Always update or add tests and run the standard test command before finishing.

askaret Updated

File contents

Workflow:

  1. Identify impacted projects and test projects.
  2. Make minimal code changes consistent with existing patterns.
  3. Add/adjust tests (xUnit/NUnit/etc. as used in repo).
  4. Run: dotnet test (and dotnet format if repo uses it).
  5. Summarize changes + list tests run + any follow-ups.

askaret/codex-skills/tree/main/.agents/skills/dotnet-change commit 2b55224989

Frequently asked questions

npx skillmds@latest add askaret/dotnet-change