aws/porting-assistant-dotnet-client

Unable to import PortingAssistant.Client nuget package

Opened this issue · 2 comments

Describe the bug

Even after adding Porting Assistant NuGet package source into the Nuget configuration.
https://s3-us-west-2.amazonaws.com/aws.portingassistant.dotnet.download/nuget/index.json

We are not able to find the nuget package PortingAssistant.Client

Expected behavior

Expected that the instructions of the Getting Started section are correctly described:
https://github.com/aws/porting-assistant-dotnet-client#getting-started

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'Visual Studio
  2. Click on Tools -> Nuget Package Manager --> Package Manager Settings -> Package Source
  3. Add the package source https://s3-us-west-2.amazonaws.com/aws.portingassistant.dotnet.download/nuget/index.json
  4. Search for package PortingAssistant.Client and it will not return

Screenshots

Screenshot 2023-08-24 at 8 49 39 am

Desktop (please complete the following information)

  • OS: Windows
  • Version/Distro: 11

Additional context

Add any other context about the problem here.

@maiconrocha Thank you for bringing this issue to our attention. The team will investigate.

As a workaround, the PortingAssistant.Client packages can be manually added to a .csproj file, after which they will be recognized by the NuGet package manager. Below are the available PortingAssistant.Client NuGet packages:

"PortingAssistant.Client.Analysis"
"PortingAssistant.Client.CLI"
"PortingAssistant.Client.Client"
"PortingAssistant.Client.Common"
"PortingAssistant.Client.NuGet"
"PortingAssistant.Client.Porting"
"PortingAssistant.Client.Telemetry"

Example:

<ItemGroup>
  <PackageReference Include="PortingAssistant.Client.CLI" Version="*" />
</ItemGroup>

Reference: https://s3-us-west-2.amazonaws.com/aws.portingassistant.dotnet.download/nuget/autocomplete/query