UiPath / CoreWF

WF runtime ported to work on .NET 6
MIT License
1.12k stars 216 forks source link

Fix resolving coded types while typing in ETB STUD-69826 #319

Closed gabrielavaduva closed 1 month ago

gabrielavaduva commented 2 months ago

This resolves the issue where typing in an expressionTextbox expecting a return type of a type with a generic argument type comes from an assembly that is in another ALC, than his parent. E.g. List as a returnType in an expressionTextbox, it would fail, as reflection cannot resolve at-once a type from string, if atleast one of its children come from another ALC, so we resolve type-by-type and compose the resulting type in the end.

Jira

https://uipath.atlassian.net/browse/STUD-69826

github-actions[bot] commented 1 month ago

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