Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

[Other Issue] Nuget not being able to load sources #2187

@mati23

Description

@mati23

Description of issue

A few days ago I was able to assess one of my solutions successfully an was able to see the reports, incompatibilities and everything. Yesterday I tried again in the same project, without doing any changes to it, and after reaching over 70%, the build simply fails without any errors, and it doesn't create the reports anymore.

I tried to investigate running on Visual Studio 2022 and but after I run the Assess on tle solution, the task Activating Language Client: Porting Assistend for .NET times out.

I downloaded the project and try to run it, but the IDE fails to load the NuGet packages.
Some examples of outputs:

NuGet: Restore all packages in Solution
Restoring packages in solution PortingAssistant.Client
NotFound https://s3-us-west-2.amazonaws.com/aws.portingassistant.dotnet.download/nuget/flatcontainer/xunit.assert/index.json 736ms
NuGet: Restore all packages in Solution
Restoring packages in solution PortingAssistant.Client
Unable to load the service index for source https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json.

I don't know if this is related to the reason why the assessment also fails in the Porting Assistant for .NET application (the .exe) but I don't seem to be able to run the tool by any approach.

I also tried deleting my NuGet.config file, but the result was the same after it gets recreated.

Additional context

Running dotnet nuget list source command, the output is this:

Registered Sources:
  1.  nuget.org [Enabled]
      https://api.nuget.org/v3/index.json
  2.  dotnet [Enabled]
      https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
  3.  encore-nuget [Enabled]
      https://s3-us-west-2.amazonaws.com/aws.portingassistant.dotnet.download/nuget/index.json
  4.  Microsoft Visual Studio Offline Packages [Enabled]
      C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions