-
Notifications
You must be signed in to change notification settings - Fork 2
Add some extra logging and cleanup MSBuild integration #170
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #170 +/- ##
==========================================
- Coverage 81.26% 78.15% -3.12%
==========================================
Files 34 33 -1
Lines 993 984 -9
Branches 117 119 +2
==========================================
- Hits 807 769 -38
- Misses 141 167 +26
- Partials 45 48 +3
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:
|
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.
, but can we get an example of one of the weird situations?
Some that come to mind:
And I wouldn't be surprised if there was more of them. |
ec3e2a9
to
136568f
Compare
136568f
to
ce2e5d0
Compare
So they aren't distributed with the tool if any other package happens to depend on them transitively.
And migrate launch configuration to net9.0.
Helps a lot when debugging weird setup issues; includes some minor cleanup to our MSBuild integration.