Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

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

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

3. If required, fill in the «Strong "Strong Name Key File» File" field. This field allows you to «sign» the When building the action there is a DLL file when assembling the action, ensuring that the code will remain unchanged upon execution.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 Image Added to Click the «Generate Key» button кубик-рубикаImage Removed to open a file explorer and select a folder to save the generated .SNK file.

Alternatively, click the «Download Key File» button кубик-рубикImage Removed to browse Clicking on the "Load Key File" button Image Added will open an explorer to search for an existing key file.For example, the path in «Strong name key file» may look like this:

4. Fill in the «Package Source».This field requires you to specify the "Package Source". The path to the folder containing the source of packages. You can either enter the path manually or use the file explorer to browse for the folder. This is a required fieldpackage 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 filesDLL 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» "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»"Robin".

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

<Vendor>.<Group>.<ActionName>

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