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

[Feedback] [Test Failure] There is no ‘no-op restore’ log for C# xUnit Test Project (.NET Core) project after restoring with developer command prompt #6772

Closed
mishra14 opened this issue Apr 4, 2018 · 2 comments
Assignees

Comments

@mishra14
Copy link
Contributor

mishra14 commented Apr 4, 2018

Internal issue: 525127

@mishra14 mishra14 added Type:Bug Area:RestoreNoOp The PackageReference no-op labels Apr 4, 2018
@nkolev92
Copy link
Member

The reason for this is that suppress parent doesn't seem to be nominated in VS.
Difference between noop dg in msbuild and VS.

On the commandline:

"Microsoft.NETCore.App": {
              "suppressParent": "All",
              "target": "Package",
              "version": "[2.0.0, )",
              "autoReferenced": true

In VS:

            "Microsoft.NETCore.App": {
              "target": "Package",
              "version": "[2.0.0, )",
              "autoReferenced": true

@nkolev92
Copy link
Member

nkolev92 commented Feb 7, 2020

@v-nancyj can you verify that this is no longer reproing?

@nkolev92 nkolev92 closed this as completed Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants