-
Notifications
You must be signed in to change notification settings - Fork 866
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
feat: verify compilation diagnostics #8397
Conversation
2735580
to
dc3c74f
Compare
348fe2f
to
dc3c74f
Compare
Codecov ReportBase: 76.89% // Head: 76.91% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #8397 +/- ##
==========================================
+ Coverage 76.89% 76.91% +0.01%
==========================================
Files 866 866
Lines 30928 30919 -9
==========================================
- Hits 23781 23780 -1
+ Misses 7147 7139 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
9ea12d4
to
c49c809
Compare
092312d
to
a671f0b
Compare
A lot of .NET API docs problems are caused by a bad compilation. This PR adds compilation diagnostics logging and abort on compilation errors.
Fixes #2387