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

[Test Failure] ‘Tool No-Op Restore’ doesn’t work for ASP .NET Core Web Application (.NET Core 2.1) #7077

Closed
v-luzh opened this issue Jun 29, 2018 · 2 comments
Assignees
Labels
Area:RestoreNoOp The PackageReference no-op Area:RestoreTool V1/V2 tool restore Resolution:NotABug This issue appears to not be a bug Triage:Investigate
Milestone

Comments

@v-luzh
Copy link

v-luzh commented Jun 29, 2018

Details about Problem

NuGet version: NuGet Client Dev 4.8.0.5314
VS Version: D15.8stg 27828.3003
OS Version: Windows 10 RS4_Release 17134.1.180410-1804

Detailed repro steps so we can see the same problem

  1. Create an ASP .NET Core Web Application (.NET Core 2.1).
  2. Set the diagnostics build format through Tools->Options->Projects and Solutions->Build and Run.
  3. Build the project.

Expected

The build restore should be no-op for both the tool and the project restore.

Actual

The build restore is no-op for just the project restore (the ‘Tool No-Op Restore’ doesn’t work) as below screenshot.
toolnoopdoesnotwork

Note:

  1. It doesn’t repro for ASP .NET Core Web Application (.NET Core 2.0) on the same machine.
  2. It repro for ‘msbuild /t:restore /v:d’.
  3. It repro on D15.8stg 27828.3003 (default NuGet Client 4.8.0.5278).
  4. Repro Machine: 172.16.194.30 (Added Nikolche's alias into the administrators group).
@nkolev92
Copy link
Member

From the logs it looks like there is not tool restore happening at all here.

Did they maybe remove the tool from the template completely?

@nkolev92 nkolev92 self-assigned this Jun 29, 2018
@nkolev92
Copy link
Member

The tool is removed from the template right now.

@nkolev92 nkolev92 added the Resolution:NotABug This issue appears to not be a bug label Jul 19, 2018
@nkolev92 nkolev92 added this to the 4.8 milestone Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:RestoreNoOp The PackageReference no-op Area:RestoreTool V1/V2 tool restore Resolution:NotABug This issue appears to not be a bug Triage:Investigate
Projects
None yet
Development

No branches or pull requests

2 participants