What problem does it solve?
This Skill provides expert guidance on writing, reviewing, and maintaining C#/.NET code within the Dynamo ecosystem, ensuring adherence to project-specific standards and modern best practices.
Core Features & Use Cases
- Code Quality: Enforces Dynamo's coding standards, naming conventions, and security requirements.
- Modern Development: Promotes the use of modern C# patterns like records, pattern matching, and file-scoped namespaces.
- API Management: Guides the management of the PublicAPI surface and handles breaking changes.
- Testing & Performance: Offers best practices for NUnit testing, async programming, and performance optimization.
- Use Case: A developer needs to implement a new feature in Dynamo that requires writing C# code. They can use this Skill to ensure their code is well-structured, performant, and follows all Dynamo-specific guidelines before submitting a Pull Request.
Quick Start
Use the dynamo-dotnet-expert skill to review the attached C# code snippet for adherence to Dynamo coding standards.