UiPath.CLI.Windows 24.10.9050.17872 was released today, and my ci/cd pipelines that rely on the UiPath.CLI.Windows to package processes are broken.
I have a ticket in with support, but I wanted to put this out raise awareness and see if others are having the same experience.
2024-10-11T13:42:40.1828121Z Unhandled exception. Autofac.Core.DependencyResolutionException: An exception was thrown while activating UiPath.Studio.CodedWorkflow.Shared.Services.Jit.DesignTimeBuildGenerator → UiPath.Studio.CodedWorkflow.Shared.Services.DesignTimeCodeBuilderService → UiPath.Studio.CodedWorkflow.Shared.Services.FileSystemProviderService → UiPath.Studio.CodedWorkflow.Shared.Services.SyntaxTreeCache.
2024-10-11T13:42:40.1829680Z —> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor ‘Void .ctor(System.IO.Abstractions.IFileSystem, UiPath.Studio.CodedWorkflow.Shared.Interfaces.ICodedWorkflowFileService)’ on type ‘SyntaxTreeCache’.
2024-10-11T13:42:40.1830876Z —> System.IO.FileNotFoundException: Could not load file or assembly ‘System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’. The system cannot find the file specified.
2024-10-11T13:42:40.1832019Z File name: ‘System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
2024-10-11T13:42:40.1833106Z at UiPath.Studio.CodedWorkflow.Shared.Services.SyntaxTreeCache…ctor(IFileSystem fileSystem, ICodedWorkflowFileService codedWorkflowFileService)