UiPath / CoreWF

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

Use AssemblyReferences instead of AssemblyNames for validation #299

Closed andrei-ungureanu-uipath closed 4 months ago

andrei-ungureanu-uipath commented 5 months ago

There are two types of validation

The first one creates the compilation by using a list of AssemblyReferences. The second one, uses a list of AssemblyNames and it either resolves them or retrieves the values from a cache. If the platform that requires the validation already has an AssemblyReference, it should be able to forward without relying on CoreWF to resolve it.

This PR replaces the list of AssemblyNames with AssemblyReferences and uses the same approach as the full workflow validation to resolve the Assemblies.

github-actions[bot] commented 4 months 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.