dotnet / eShop

A reference .NET application implementing an eCommerce site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WebToolsE2E][Aspire] On VS 17.10 GA, opening eShop.web fails with error: "Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.5)", Even though I have applied the feed of sdk 8.0.300.

v-sherryfan opened this issue · comments

REGRESSION INFO: Worked fine on VS 17.10 GA [34908.272.d17.10] + 1.10.0-beta.1-daily.3768065 + Aspire 8.0.0 (older machine)

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.10 GA[34910.138.d17.10] [ Includes Aspire 8.0.0 and SDK 8.0.300 ]
  3. Apply NuGet darc-pub-dotnet-aspire Feed
  4. Apply sdk 8.0.300 feed
  5. Install cred helper
  6. Install Docker Desktop for Windows
  7. Install latest azd [1.10.0-beta.1-daily.3780018]

REPRO STEPS

  1. Clone eShop repo from main (Aspire 8.0 P7)
  2. Open eShop.Web.slnf
  3. Build

ACTUAL
NU1103 Unable to find a stable package Microsoft.NET.ILLink.Tasks with version (>= 8.0.5)
Found 21 version(s) in nuget [ Nearest version: 8.0.100-1.23067.1 ]
Versions from C:\Program Files\dotnet\library-packs were not considered
image

NOTE
If I checkout the aspire-ga-version branch it shows more errors.
image

EXPECTED
Opening eShop solution without any errors (Aspire 8.0 P7)

Not repro on VS 17.10 GA FB + latest daily azd [1.10.0-beta.1-daily.3787247].
As mentioned in the NOTE I opened another issue #374 to track.

Closed it as not repro anymore