Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1260,4 +1260,7 @@
<value>True if verification succeeded, False otherwise.</value>
<comment>Property description</comment>
</data>
<data name="ActivitySynonymCryptography" xml:space="preserve">
<value>Cryptography</value>
</data>
Comment on lines +1263 to +1265
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the neutral (default) .resx gets the new ActivitySynonymCryptography entry, but this project ships multiple localized resource files (e.g., UiPath.Cryptography.Activities.fr.resx, .de.resx, etc.). In other packs, synonym keys are kept in all localized .resx files (see Activities/Database/UiPath.Database.Activities.Design/Properties/UiPath.Database.Activities.Design.fr.resx:286-297). Please add ActivitySynonymCryptography to the other culture-specific .resx files as well (even if the value remains 'Cryptography') to keep resource sets consistent and localizable.

Copilot uses AI. Check for mistakes.
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"FullName": "UiPath.Cryptography.Activities.DecryptFile",
"ShortName": "DecryptFile",
"DisplayNameKey": "Activity_DecryptFile_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_DecryptFile_Description",
"IconKey": "Decrypt_file.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.DecryptFileViewModel",
Expand Down Expand Up @@ -177,6 +178,7 @@
"FullName": "UiPath.Cryptography.Activities.DecryptText",
"ShortName": "DecryptText",
"DisplayNameKey": "Activity_DecryptText_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_DecryptText_Description",
"IconKey": "Decrypt_text.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.DecryptTextViewModel",
Expand Down Expand Up @@ -317,6 +319,7 @@
"FullName": "UiPath.Cryptography.Activities.EncryptFile",
"ShortName": "EncryptFile",
"DisplayNameKey": "Activity_EncryptFile_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_EncryptFile_Description",
"IconKey": "Encrypt_file.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.EncryptFileViewModel",
Expand Down Expand Up @@ -496,6 +499,7 @@
"FullName": "UiPath.Cryptography.Activities.EncryptText",
"ShortName": "EncryptText",
"DisplayNameKey": "Activity_EncryptText_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_EncryptText_Description",
"IconKey": "Encrypt_text.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.EncryptTextViewModel",
Expand Down Expand Up @@ -641,6 +645,7 @@
"FullName": "UiPath.Cryptography.Activities.KeyedHashFile",
"ShortName": "KeyedHashFile",
"DisplayNameKey": "Activity_KeyedHashFile_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_KeyedHashFile_Description",
"IconKey": "Hash_file_with_key.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.KeyedHashFileViewModel",
Expand Down Expand Up @@ -739,6 +744,7 @@
"FullName": "UiPath.Cryptography.Activities.KeyedHashText",
"ShortName": "KeyedHashText",
"DisplayNameKey": "Activity_KeyedHashText_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_KeyedHashText_Description",
"IconKey": "Hash_text_with_key.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.KeyedHashTextViewModel",
Expand Down Expand Up @@ -827,6 +833,7 @@
"FullName": "UiPath.Cryptography.Activities.PgpGenerateKeyPair",
"ShortName": "PgpGenerateKeyPair",
"DisplayNameKey": "Activity_PgpGenerateKeyPair_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
Comment on lines 834 to +836
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says the synonym is added for 6 activities (Decrypt/Encrypt/KeyedHash File/Text), but this metadata change also adds the alias to the PGP activities (PgpGenerateKeyPair, PgpSignFile, PgpClearSignFile, PgpVerify). Please either update the PR description/test plan to reflect the full scope (10 activities) or limit the change to the 6 intended activities.

Copilot uses AI. Check for mistakes.
"DescriptionKey": "Activity_PgpGenerateKeyPair_Description",
"IconKey": "PGP_generate_keys.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpGenerateKeyPairViewModel",
Expand Down Expand Up @@ -931,6 +938,7 @@
"FullName": "UiPath.Cryptography.Activities.PgpSignFile",
"ShortName": "PgpSignFile",
"DisplayNameKey": "Activity_PgpSignFile_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_PgpSignFile_Description",
"IconKey": "PGP_sign_file.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpSignFileViewModel",
Expand Down Expand Up @@ -1024,6 +1032,7 @@
"FullName": "UiPath.Cryptography.Activities.PgpClearSignFile",
"ShortName": "PgpClearSignFile",
"DisplayNameKey": "Activity_PgpClearSignFile_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_PgpClearSignFile_Description",
"IconKey": "PGP_clear_sign_file.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpClearSignFileViewModel",
Expand Down Expand Up @@ -1117,6 +1126,7 @@
"FullName": "UiPath.Cryptography.Activities.PgpVerify",
"ShortName": "PgpVerify",
"DisplayNameKey": "Activity_PgpVerify_Name",
"DisplayNameAliasKeys": ["ActivitySynonymCryptography"],
"DescriptionKey": "Activity_PgpVerify_Description",
"IconKey": "PGP_verify.svg",
"ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpVerifyViewModel",
Expand Down