[copilot] Tell copilot to not report potential compiler errors.#25038
[copilot] Tell copilot to not report potential compiler errors.#25038rolfbjarne merged 2 commits intomainfrom
Conversation
If copilot is right, the compiler will also tell us, so copilot's comment will be unnecessary noise. Which it will also be if copilot is wrong.
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Copilot review guidance to reduce noise by discouraging comments about suspected C# compilation failures (which the compiler will surface anyway).
Changes:
- Adds a “Pull request review instructions” section to Copilot instructions.
- Instructs Copilot to avoid reporting suspected C# code that won’t compile.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
✅ [CI Build #d8efb4d] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #d8efb4d] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #d8efb4d] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #d8efb4d] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 156 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
If copilot is right, the compiler will also tell us, so copilot's comment will
be unnecessary noise. Which it will also be if copilot is wrong.