To configure the settings for creating actions, follow these steps:

1. Open the main menu from the top panel and select the "Settings" option.

2. In the "Settings" window, navigate to the "Create Actions" section.

3. If required, fill in the "Strong Name Key File" field. When building the action there is a DLL file and when filling this field, there is an opportunity to "sign" the file. The file will always be unchanged when the code is run.

Click the "Generate Key" button to open a file explorer and select a folder to save the generated .SNK file.

Clicking on the "Load Key File" button will open an explorer to search for an existing key file.

4. Fill in the "Package Source". The path to the package source folder must be specified. The path can be specified manually, or it can be specified through explorer by clicking the button to call it. This field is mandatory.

Packages with the .nupkg extension can be located in any folder, although by default, they are located in the SdkPackages folder. This folder also allows you to transfer DLL files.

However, you cannot add a .dll file to a separate folder as it will not be displayed as a dependence. Packages can be added from any location, even if they are located in different folders.

5. Fill in the "Company" field. The name of the action package is formed automatically and must contain three parts - the company, group, and name of the action. The group and the name of the action can be indicated in any language during the setup process. The names will eventually be recorded in Latin, but the company name must be indicated in the general settings. This is a required field, and the name of the company cannot include the word "Robin".

The format of the file name for the action is as follows:

<Vendor>.<Group>.<ActionName>

  • <Vendor> - the name of the action developer company 
  • <Group> - the name of the action group
  • <ActionName> - the name of the action

  • Нет меток