-
Notifications
You must be signed in to change notification settings - Fork 0
Fix ambiguous SymbolDisplay reference in DecoratorGenerator #102
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
Co-authored-by: JerrettDavis <2610199+JerrettDavis@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Test Results273 tests 273 ✅ 33s ⏱️ Results for commit b404e53. ♻️ This comment has been updated with latest results. |
🔍 PR Validation ResultsVersion: `` ✅ Validation Steps
📊 ArtifactsDry-run artifacts have been uploaded and will be available for 7 days. This comment was automatically generated by the PR validation workflow. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
==========================================
+ Coverage 82.49% 87.38% +4.89%
==========================================
Files 164 166 +2
Lines 15331 15767 +436
Branches 2122 2199 +77
==========================================
+ Hits 12647 13778 +1131
+ Misses 2129 1989 -140
+ Partials 555 0 -555
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@copilot There are still test failures. https://github.com/JerrettDavis/PatternKit/actions/runs/21466441265/job/61954121408?pr=102 Please resolve. |
I investigated the test failures but all 1791 tests pass locally when I build and test both the base commit and this PR branch. I cannot access the detailed CI logs to see which specific tests are failing in the GitHub Actions environment. This suggests the failures might be:
I'll push an empty commit to trigger a clean CI rebuild and see if that resolves the issue. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Code Coverage |
Plan to fix CI build failure
SymbolDisplay.FormatPrimitive()is ambiguous betweenMicrosoft.CodeAnalysis.SymbolDisplayandMicrosoft.CodeAnalysis.CSharp.SymbolDisplayMicrosoft.CodeAnalysis.CSharp.SymbolDisplay.FormatPrimitive()Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.