Custom DLLs built on higher then VS 2015 be supported in Pega Robot 19.1

Hi ,

Can the custom DLLs built on higher then VS 2015 version be supported in Pega Robot 19.1 ?

Currently Version details on Dev environment :

Pega Robot Plug in 1.120

Visual Studio 2015 Update 3

We are looking to setup Pega Robot Studio Standalone version 19.1.120, since at organization we are supposed to move away from VS 2015 and have custom DLLs integrated in the existing solution, If we built the custom DLLs on a higher version then 2015, will the Pega Robot Studio support ?

Regards,

Varun

@VarunK03 As long as they are built for .Net Framework 4.8, they should work. I would suggest however that you plan to move to version 22.1 rather than try to implement something new in 19.1. 22.1 is a much better developer experience. Make sure to target your DLLs to .Net 4.8 as well.

@ThomasSasnett

Thank you for the response, Yes will plan accordingly