When creating an Automation Script on Visual Studio using the Project Template the .csproj and namespace files are automatically named "Automation Script Name_1", as it shows on the screenshots attached. Since this is autogenerated, it's not that simple of a task to rename them at the moment. Is there an easier way to choose or change those namings?
Hi Mariana,
Next to the <Name> tag in the XML file of the automation script there is a little arrow. When you click on that arrow a menu opens with the option to rename the script. This also renames the folders, files, projects, etc...
This feature was added in DIS version 2.45.
Hi Mariana, that’s currently not foreseen. The reason why that suffix is being added is because it’s theoretically possible to include multiple Exe sections in the same script. The _1 in your example refers to an Exe tag with ID 1. The ID of the exe tag can also be changed using the arrow icon next to the tag in the XML.
Hello Tom,
That’s very useful information, thank you! However, this approach doesn’t modify the “_1” appended to the names, which is the primary issue I’m trying to address. Is there a way to modify the entire name, including the “_1”?