-
Notifications
You must be signed in to change notification settings - Fork 737
Remove unused Moq package from E2E #5358
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
Conversation
donnie-msft
left a comment
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.
Nice find!
| function Test-TabExpansionForVersionForUninstallPackage { | ||
| # Arrange | ||
| $p = New-WebApplication | ||
| $p | Install-Package elmah -Version 1.1 |
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.
Could we use this opportunity to move all our tests to .NET or Azure SDK packages?
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.
Just looked at "elmah" package and its being used 156 times in all kind of files, even in commmand line outputs 😨
Maybe that task is big and we will need to create another task for that, I suggest fixing this asap first
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.
Could you please create an issue to track that?
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.
@aortiz-msft Created the issue in https://github.com/NuGet/Client.Engineering/issues/2434.
| function Test-TabExpansionForVersionForUninstallPackage { | ||
| # Arrange | ||
| $p = New-WebApplication | ||
| $p | Install-Package elmah -Version 1.1 |
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.
Could you please create an issue to track that?
* Update dependencies in E2E tests (#4767) * Fix component detection alert for microsoft.owin package (#4841) * Remove package for Microsoft.Owin in End2end test * Address component detection failure newtonsoft.json 4.0.1 (#4934) * remove unused Moq package from E2E test (#5358) --------- Co-authored-by: Heng Liu <[email protected]> Co-authored-by: Erick Yondon <[email protected]> Co-authored-by: Martin Ruiz <[email protected]>
* Update dependencies in E2E tests (#4767) * Fix component detection alert for microsoft.owin package (#4841) * Remove package for Microsoft.Owin in End2end test * Address component detection failure newtonsoft.json 4.0.1 (#4934) * remove unused Moq package from E2E test (#5358) * Use net6.0-windows --------- Co-authored-by: Heng Liu <[email protected]> Co-authored-by: Erick Yondon <[email protected]> Co-authored-by: Martin Ruiz <[email protected]>
Bug
Fixes: https://github.com/NuGet/Client.Engineering/issues/2430
Regression? Last working version:
Description
Removes unused Moq reference in E2E test
PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation