Package UiPathTeam.GenerateRandomPassword.Activities missing

Hi all,

I tried to convert a project from Windows-Legacy to Windows. After the conversion is done, I have the following issue:
NU1202: Package UiPathTeam.GenerateRandomPassword.Activities 1.0.4 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package UiPathTeam.GenerateRandomPassword.Activities 1.0.4 supports: net452 (.NETFramework,Version=v4.5.2)

Now, I can see that this package is not compatible with this type of project, but does anyone know if I can use another package/activity of this kind?

I am using that package to generate a random password of 10 characters with:

  • 4 digits
  • one special character (only * and . are accepted)
  • at least 2 lower case letters
  • at least 2 upper case letters

I was looking for a similar activity like the one from that package.
image

Thank you !

Marketplace activities are not created by UiPath. It would be up to whoever wrote it and uploaded it to the marketplace to update it for Windows.

With some Googling you can find vb.net code to do this, and just use it in an Invoke Code or make your own library and custom activity.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.