-
-
Couldn't load subscription status.
- Fork 1.3k
Add API analysers #3003
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
Add API analysers #3003
Conversation
Enable NuGet package validation.
- Add public API analysers. - Add public API baselines. Resolves domaindrivendev#2801.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3003 +/- ##
=======================================
Coverage 90.61% 90.61%
=======================================
Files 74 74
Lines 2962 2962
Branches 469 469
=======================================
Hits 2684 2684
Misses 278 278
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Analyzer fun
Leveraging the PublicAPI (shipped/unshipped) mechanic
Setting projects to be NuGet(ed) (IsPackable)
Resolves #2801.