UiPath/CoreWF

MyGet package is outdated/broken

Zedespook opened this issue · 3 comments

When looking for the package, I get that the source is not available, tried using the Visual Studio package manager. However, when I search WF, workflow I get no messages, same as if I tried to install it with the numerous command line suggestions provided on MyGet.

PM> Install-Package UiPath.Workflow -Version 5.0.0-20211103-03 -Source https://www.myget.org/F/uipath-dev/api/v3/index.json
The 'Source' parameter is not respected for the transitive package management based project(s) DevWF. The enabled sources in your NuGet configuration will be used. 
Restoring packages for C:\Users\hds-user204\source\repos\DevWF\DevWF.csproj...
  GET https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='Nito.Disposables'&semVerLevel=2.0.0
  GET https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='Microsoft.CodeAnalysis.CSharp.Scripting'&semVerLevel=2.0.0
  GET https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms'&semVerLevel=2.0.0
  GET https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='ReflectionMagic'&semVerLevel=2.0.0
  GET https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='System.CodeDom'&semVerLevel=2.0.0
  OK https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='Nito.Disposables'&semVerLevel=2.0.0 615ms
  OK https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='Microsoft.CodeAnalysis.CSharp.Scripting'&semVerLevel=2.0.0 641ms
  OK https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms'&semVerLevel=2.0.0 770ms
  OK https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='ReflectionMagic'&semVerLevel=2.0.0 834ms
  OK https://www.myget.org/F/uipath-dev/api/v2/FindPackagesById()?id='System.CodeDom'&semVerLevel=2.0.0 971ms
NU1603: System.Text.Encoding.CodePages 4.5.1 depends on Microsoft.NETCore.Platforms (>= 2.1.2) but Microsoft.NETCore.Platforms 2.1.2 was not found. An approximate best match of Microsoft.NETCore.Platforms 3.1.0 was resolved.
NU1603: Nito.Cancellation 1.0.5 depends on Nito.Disposables (>= 1.2.3) but Nito.Disposables 1.2.3 was not found. An approximate best match of Nito.Disposables 2.0.0 was resolved.
Install-Package : NU1101: Unable to find package Microsoft.CodeAnalysis.CSharp.Scripting. No packages exist with this id in source(s): Local Nugets, Microsoft Visual Studio Offline Packages, UI Path
At line:1 char:1
+ Install-Package UiPath.Workflow -Version 5.0.0-20211103-03 -Source ht ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
 
Install-Package : NU1101: Unable to find package ReflectionMagic. No packages exist with this id in source(s): Local Nugets, Microsoft Visual Studio Offline Packages, UI Path
At line:1 char:1
+ Install-Package UiPath.Workflow -Version 5.0.0-20211103-03 -Source ht ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
 
Install-Package : NU1101: Unable to find package System.CodeDom. No packages exist with this id in source(s): Local Nugets, Microsoft Visual Studio Offline Packages, UI Path
At line:1 char:1
+ Install-Package UiPath.Workflow -Version 5.0.0-20211103-03 -Source ht ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
 
Install-Package : Package restore failed. Rolling back package changes for 'DevWF'.
At line:1 char:1
+ Install-Package UiPath.Workflow -Version 5.0.0-20211103-03 -Source ht ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
 
Time Elapsed: 00:00:02.4541871

We're in the process of switching over to publish on Nuget: https://www.nuget.org/packages/UiPath.Workflow

I'm hoping to get a 6.0.0 stable version release in the coming week once we get some pipeline issues fixed.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.