This repository contains DataMiner templates that can be used with Visual Studio and the dotnet CLI.
The following section lists the currently available Visual Studio templates.
Template that creates a new connector Visual Studio solution.
Template that creates a new Automation script Visual Studio solution.
Template that creates a new User-Defined API Visual Studio solution.
As of version 2.42, DataMiner Integration Studio (DIS) automatically installs the latest template package when you open Visual Studio. If you don't have this version of DIS, then follow these steps:
- Install the latest .NET
- Run 'dotnet new install Skyline.DataMiner.VisualStudioTemplates' to install the templates.
Note New to DIS? If you haven’t used DIS before and want to find out all about this extension for Microsoft Visual Studio, visit our DIS expert Hub on DataMiner Dojo for more detailed information, downloads, and more.
- Select DataMiner from the project type drop down.
- Select the template you want to install and follow the instructions.
- Choose a project template i.e.
dataminer-srmfunction-solution
. - Run
dotnet new dataminer-srmfunction-solution --help
to see the available options. - Run `dotnet new dataminer-srmfunction-solution ' with the required options along with any other options to create a solution from the template.
To add additional templates, create a new template and put it under the working/templates folder. For more information about how to create a template, refer to Custom templates for dotnet new.
This project is licensed under the MIT License. See the file for details.