Skip to content
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

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

AdamYoblick
Copy link
Member

@AdamYoblick AdamYoblick commented Nov 14, 2019

Proposed changes

Customer Impact

  • None, our builds are broken

Regression?

  • No

Risk

  • None

Test methodology

  • Ran .\build.cmd -pack locally before this, and it was broken.
  • Ran .\build.cmd -pack locally after this, and it was fixed.
Microsoft Reviewers: Open in CodeFlow

@AdamYoblick AdamYoblick requested a review from a team as a code owner November 14, 2019 20:29
Copy link
Contributor

@JuditRose JuditRose left a 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?

@AdamYoblick
Copy link
Member Author

Manually is really the only way that I know of, unless we create a bug in our own repo that references the other one. ☹️

@AdamYoblick
Copy link
Member Author

(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)

@AdamYoblick
Copy link
Member Author

Going to merge this in since my local build is now passing and our current CI build is broken.

@AdamYoblick AdamYoblick merged commit b1752b6 into master Nov 14, 2019
@ghost ghost added this to the 5.0 milestone Nov 14, 2019
@codecov
Copy link

codecov bot commented Nov 14, 2019

Codecov Report

Merging #2373 into master will decrease coverage by 0.24011%.
The diff coverage is n/a.

@@                 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
Flag Coverage Δ
#Debug 28.28163% <ø> (-0.24012%) ⬇️
#production 28.28163% <ø> (-0.24012%) ⬇️
#test 100% <ø> (ø) ⬆️

@RussKie RussKie deleted the dev/advolker/suppress_nuget_warnings branch November 19, 2019 00:43
mmitche pushed a commit to mmitche/winforms that referenced this pull request Nov 22, 2019
mmitche pushed a commit to mmitche/winforms that referenced this pull request Nov 22, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Feb 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants