-
Notifications
You must be signed in to change notification settings - Fork 980
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
suppress nuget package generation warnings NU5131 and NU5128 #2373
Conversation
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.
How do we track the dotnet arcade issue to see when we can revert these suppressions?
Manually is really the only way that I know of, unless we create a bug in our own repo that references the other one. |
(For context, our packages are generating just fine and are being consumed just fine. They have added some warnings to nuget package generation that we're hitting and they are blowing up our build. I'm trying to fix one of them the correct way, but the other one is a bug and needs to be suppressed for our builds to pass) |
Going to merge this in since my local build is now passing and our current CI build is broken. |
Codecov Report
@@ Coverage Diff @@
## master #2373 +/- ##
===================================================
- Coverage 28.52174% 28.28163% -0.24011%
===================================================
Files 991 991
Lines 259048 259048
Branches 36816 36816
===================================================
- Hits 73885 73263 -622
- Misses 180323 180968 +645
+ Partials 4840 4817 -23
|
Proposed changes
Customer Impact
Regression?
Risk
Test methodology
Microsoft Reviewers: Open in CodeFlow