- Notifications
You must be signed in to change notification settings - Fork8.1k
AddNoWarn NU1605 to System.ServiceModel.*#25219
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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.
LGTM!
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
| Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
86432d0 intomasterUh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedMar 24, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
This pull request includes an update to the
src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csprojfile to address a warning related to package references. The primary change involves adding aNoWarnattribute to severalPackageReferenceelements.Package reference updates:
NoWarn="NU1605"to thePackageReferenceelements forSystem.ServiceModel.Duplex,System.ServiceModel.Http,System.ServiceModel.NetTcp,System.ServiceModel.Primitives,System.ServiceModel.Security, andSystem.Private.ServiceModelto suppress warning NU1605.PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).