cicd-integrations
2025.10
true
- UiPath CLI release notes
- Azure DevOps extension release notes
- Jenkins plugin release notes

CI/CD integrations release notes
Last updated Feb 13, 2026
25.10.5
Release date: December 16, 2025
Bug fixes
[Hot Fix] Expression Tree Errors (CS9226 & CS8640)
Fixed compilation errors that occurred when .NET 9 or later was installed on the system. The errors CS9226 and CS8640 were caused by params span overloads introduced in .NET 9, which conflicted with expression tree usage in the CLI.
This issue was resolved by updating the rollForward property in global.json from latestFeature to latestMinor, ensuring the CLI uses only .NET 8 features.
Note:
UiPath CLI 25.10.5 is designed to run on .NET 8. While .NET 9 can be installed on your system, ensure that the CLI uses .NET 8 SDK to avoid compatibility issues.