-
-
Notifications
You must be signed in to change notification settings - Fork 63
Add copilot instructions #907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds GitHub Copilot configuration files to help the AI coding agent understand the project structure and coding conventions. The setup enables Copilot to build and test the .NET solution, while providing detailed guidelines for C# code style, Roslyn analyzer development, and project-specific best practices.
- Added workflow to prepare the development environment for Copilot with .NET setup and solution restore
- Created comprehensive Copilot instructions covering code quality, C# style conventions, and project-specific Roslyn analyzer guidelines
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/copilot-setup-steps.yml | Defines a GitHub Actions workflow that sets up .NET environment for Copilot to build and test the solution |
| .github/copilot-instructions.md | Provides coding standards, C# style preferences, and specific guidelines for implementing Roslyn analyzers |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.