-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update copilot-instructions with executable guidelines #50067
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
Added instructions for encapsulating code in standalone executables and including PR commentary.
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 new guidelines for handling code snippets in the .NET documentation, specifically requiring that code be encapsulated in standalone executables and tested, with results documented in PR comments.
Key Changes
- Added requirement to encapsulate code in standalone executables (e.g., using
dotnet fsiordotnet run) - Mandated inclusion of PR commentary demonstrating code execution results
- Minor formatting update to line 73 (trailing whitespace)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BillWagner
left a comment
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.
This is good, with one typo to fix.
Added instructions for encapsulating code in standalone executables and including PR commentary.
Internal previews